Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings 'all';
    ...
                   Win32API::File::getLogicalDrives();
        print @drv;
    }
    
  2. or download this
    H:\>perl testINC.pl
    found module in C:/Perl/site/lib ...
    Can't locate Win32API::File in @INC (@INC contains: C:/Perl/lib C:/Per
    +l/site/lib .) at testINC.pl line 14.