- or download this
use strict;
use Win32::DriveInfo;
...
print Dumper \@diskinfo;
exit 0;
- or download this
use strict;
use Win32::DriveInfo;
...
print Dumper $capacity_href;
exit 0;
- or download this
---------- Capture Output ----------
> "C:\Perl\bin\wperl.exe" DriveSpace.pl
...
};
> Terminated with exit code 0.