Help for this page
use strict; use warnings 'all'; ... Win32API::File::getLogicalDrives(); print @drv; }
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.