in reply to Re: convert a given dir name to its absolute path
in thread convert a given dir name to its absolute path

The one (obvious) caveat for that is that Cwd::abs_path will fail if you don't have permissions to chdir into the directory in question. Not normally an issue, since there isn't very much you can do with such a directory anyway.


Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. -- Brian W. Kernighan