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?

See FindBin is broken (RE: How do I get the full path to the script executing?) for why this is completely wrong. (:

Update: Just FYI, I interpret the original question as wanting to know about getcwd() and use Cwd, rather than wanting the full path to the script (which is what File::FindBin tries to find in a very perverse way). But it is hard to say for sure.

        - tye (but my friends call me "Tye")
  • Comment on (tye)Re: Answer: How do I find what dir the perl script is running from?
  • Download Code