Subversion Repositories camp_sysinfo_client_3

Rev

Rev 229 | Rev 233 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 229 Rev 232
Line 1... Line 1...
1
#! /usr/bin/env perl
1
#! /usr/bin/env perl
2
 
2
 
3
use warnings;
3
use warnings;
4
use strict;  
4
use strict;  
-
 
5
use open ':std', ':utf8' ; # force all I/O, including disk and STD?, to use utf-8
5
 
6
 
6
# sysinfo
7
# sysinfo
7
# Author: R. W. Rodolico
8
# Author: R. W. Rodolico
8
# Primary client portion of sysinfo system. Will collect information about its current
9
# Primary client portion of sysinfo system. Will collect information about its current
9
# host and create a report containing the information. This report can then be processed
10
# host and create a report containing the information. This report can then be processed