in reply to current working dir is location of script?
ceverett@ceverett:~$ cat bin/test.pl exec 'pwd'; exit; ceverett@ceverett:~$ perl bin/test.pl /home/ceverett
IOW, the current working directory a program starts in is the one the program gets executed from.
HTHYO
|
|---|