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 3... Line 3...
3
# simply exit if this is not Windows
3
# simply exit if this is not Windows
4
BEGIN {
4
BEGIN {
5
$^O eq "MSWin32" || exit;
5
$^O eq "MSWin32" || exit;
6
}
6
}
7
 
7
 
-
 
8
our $VERSION = '0.1';
-
 
9
 
8
# https://perlgems.blogspot.com/2012/06/retrieve-windows-system-information.html
10
# https://perlgems.blogspot.com/2012/06/retrieve-windows-system-information.html
9
# install Win32
11
# install Win32
10
# install Win32::SystemInfo
12
# install Win32::SystemInfo
11
# install Win32::DriveInfo
13
# install Win32::DriveInfo
12
# install Win32::IPConfig
14
# install Win32::IPConfig