Help for this page

Select Code to Download


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