Hi,
Lets say my script is placed in the path /home/abc/myscript.pl
is there any function (or method )that i can get the path of my script (/home/abc/)?
I remember in VB there was a function called App.Path, which would always return the path of application itself.
Thanks.