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
With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
|