timtrust123
Programmer
Hi
I am trying to get the full path of where the perl script is being run.
For example, I am running a script called test.pl from the folder
C:\Program Files\Perl_test\
By printing $0 in the script the folloing is displayed
c:\Program~1\Perl_t~1\test.pl
Any ideas on how i can get the full path displayed and not the 8.3 version ?
All help & suggestions appreciated.
I am trying to get the full path of where the perl script is being run.
For example, I am running a script called test.pl from the folder
C:\Program Files\Perl_test\
By printing $0 in the script the folloing is displayed
c:\Program~1\Perl_t~1\test.pl
Any ideas on how i can get the full path displayed and not the 8.3 version ?
All help & suggestions appreciated.