Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~106 People Reached
Favorite Forums
Favorite Tags
perl x 2
Member Avatar for wxfjordan

Hello All: I want this perl script to run in Linux, solaris and windowXP. How to modify this script and make it running in different OS. Hope some Perl senior help me. Thanks!!!! #!/usr/bin/perl -w use Win32:: DriveInfo; if ( $^O =~ /^(MS)?Win/ ) { $TotalNumberOfFreeBytes = (Win32:: DriveInfo:: DriveSpace('c:'))[6]; …

Member Avatar for wxfjordan
0
106