in reply to Trouble using File::Spec::rel2abs with Windows
HTHSince File::Spec is object oriented, subroutines should not be called directly, as in: File::Spec::catfile('a','b'); but rather as class methods: File::Spec->catfile('a','b'); For simple uses, File::Spec::Functions provides convenient functional forms of these methods.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Trouble using File::Spec::rel2abs with Windows
by GrandFather (Saint) on Jul 29, 2005 at 09:51 UTC |