in reply to Re^3: Working directory oddity
in thread Working directory oddity

I was using File::Spec with Cwd. Isn't the purpose of Cwd, especially its realpath, to be "the hiding module" suggested above?

Replies are listed 'Best First'.
Re^5: Working directory oddity
by ikegami (Patriarch) on Oct 19, 2007 at 15:12 UTC
    Yes, that does sounds like a good place for it. You could submit a patch to add this function to Cwd.

      Good point. I wasn't sure if I was not using Cwd properly or if what I was seeing was a shortcoming with Cwd.