in reply to TK Program Only calling Local and not mapped drives
I'm running modules win32::odbc and win32::console in the script also. I've just installed them today so I assume the problem is related to the modules?
Highly doubtful. Going by your code, the problem is likely with your code.
Anyway, use this instead
perl -MWin32API::File -le " print for Win32API::File::getLogicalDrives() "
|
|---|