Subversion Repositories camp_sysinfo_client_3

Rev

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

Rev 96 Rev 101
Line 10... Line 10...
10
 
10
 
11
=cut
11
=cut
12
 
12
 
13
$^O eq "MSWin32" || exit;
13
$^O eq "MSWin32" || exit;
14
 
14
 
-
 
15
our $VERSION = '0.1';
-
 
16
 
15
my $max_results = 5; # if we have to use tick counts
17
my $max_results = 5; # if we have to use tick counts
16
 
18
 
17
my $VERSION = 0.27;
19
my $VERSION = 0.27;
18
 
20
 
19
my $debug = $ENV{'QUERY_STRING'} || $ARGV[0];
21
my $debug = $ENV{'QUERY_STRING'} || $ARGV[0];