in reply to Re: Cross-Platform code
in thread Cross-Platform code

And if you're willing to install a module from CPAN or package it along with your app (PAR), consider using Path::Class instead of File::Spec, as it has a considerably nicer interface. (It's pure love.)

It uses File::Spec under the hood, of course.