in reply to Re^2: -e on windows giving error
in thread -e on windows giving error
If for some obscure reason you do not use file associations to invoke your scripts, and are in the habit of using tortuous relative path constructions to find them, then a simple step would sort out the mess you (probably didn't) create:
c:\test>perl ..\tmp\..\test\..\Perl64\site\.\lib\..\..\bin\p1.pl Perl> print scalar Win32::GetFullPathName( $0 );; c:\Perl64\bin\p1.pl
|
|---|