in reply to Re^3: file::find usage with apache question
in thread file::find usage with apache question

Agreed, using an absolute pathname is best. The only time I'd use a relative one in a case like this were if I had already used chdir with an absolute path to switch to a particular directory that contained multiple subdirectories for different kinds of things; then I'd use relative paths to access those subdirectories.

Aaron B.
Available for small or large Perl jobs; see my home node.

  • Comment on Re^4: file::find usage with apache question