Search Results

Showing results 1 to 2 of 2
Search took 0.01 seconds.
Search: Posts Made By: wxfjordan
Forum: Perl Jun 26th, 2006
Replies: 1
Views: 3,915
Posted By wxfjordan
I have modified like this:

#!/usr/bin/perl -w

if ( $^O =~ /^(MS)?Win/ )
{
eval{
require Win32:: DriveInfo;

$TotalNumberOfFreeBytes = (Win32:: DriveInfo:: DriveSpace('c:'))[6];
Forum: Perl Jun 26th, 2006
Replies: 1
Views: 3,915
Posted By 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!!!!
...
Showing results 1 to 2 of 2

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC