![]() |
|
more useful options | |
PerlMonks |
Re: Tie::Filesystem - request for reviewby Aragorn (Curate) |
on Jun 23, 2004 at 07:48 UTC ( #368964=note: print w/replies, xml ) | Need Help?? |
To make it nice and portable, consider using File::Spec (or its functional sibling File::Spec::Functions. Using that, you don't have to have the DIR_SEP variable, as you can use catdir. For example:
becomes Also will probably not do what you expect. New testcase ;-) Arjen
In Section
Seekers of Perl Wisdom
|
|