Problems and solutions to many of the problems discovered during network troubleshooting.
Detailed information related to Perl, custom SNMP network management, and other details.
Friday, June 18, 2010
Find operating system version in perl
my $osname = Win32::GetOSName(); my ( $osvername, $major, $minor, $id ) = Win32::GetOSVersion();
No comments:
Post a Comment