in reply to Re: How do I find what dir the perl script is running from?
in thread How do I find what directory the perl script is running from?

That's the working directory of the process, which has nothing to do with the directory of the Perl script.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on Re: Answer: How do I find what dir the perl script is running from?