On Thu, Jun 12, 2008 at 9:19 PM, John E. Malmberg <wb8tyw@qsl.net> wrote: > perl -mCwd -e "print Cwd::abs_path('foo/non-existant.file')" > > perl -mCwd -e "print Cwd::abs_path('/foo/non-existant.file')" > > perl -mCwd -e "print Cwd::abs_path('non-existant.file')" > > [...] > > On UNIX, the foo/non-existant.file returns nothing, but the other two return > the same as the input. Actually, on my Mac OS X install the first two return nothing and the last one returns the absolute form of the input. I tested under both 3.21 and 3.2701, same results. -KenThread Previous | Thread Next