in reply to Is FindBin the correct way to go

FindBin has other problems, such as the entire design being built around a fundamental misunderstanding of the problem (and the implementation being perverse in other ways).

Why not just use rel2abs() from File::Spec or something similar from Cwd (if you care about more fancy canonicalization of symbolic link trickery)?

- tye        

  • Comment on Re: Is FindBin the correct way to go (rel2abs)