Subversion Repositories camp_sysinfo_client_3

Rev

Rev 40 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 40 Rev 42
Line 1... Line 1...
1
#!/usr/bin/env perl
1
#!/usr/bin/env perl
2
 
2
 
3
package sysinfoconf;
3
package sysinfoconf;
4
 
4
 
-
 
5
#
-
 
6
# Can't use an undefined value as an ARRAY reference at /home/rodolico/scripts/camp_sysinfo_client_3/sysinfoconf.pm line 105, <> line 9.
-
 
7
#
-
 
8
 
5
our $VERSION = '1.1.1';
9
our $VERSION = '1.1.2';
6
use warnings;
10
use warnings;
7
use strict;  
11
use strict;  
8
 
12
 
9
use Data::Dumper;
13
use Data::Dumper;
10
use File::Basename;
14
use File::Basename;