* Ken Williams <[EMAIL PROTECTED]> [2004-12-28 05:48]:
> >File::Spec feels much less awkward most of the time, but I
> >still occasionally wish for more.
> 
> <Plug>
>  Maybe you ought to try Path::Class, then.
> </Plug>

That's neat. I actually use File::Spec::Functions so the code
doesn't look as bad as the examples in your POD, and I do take
the volume into account :-), but it's still much more awkward
than your stringifiable object approach looks. Being able to
iterate or mkpath and such in-place is very nice too.

I'll have to use this sometime to see how well it holds up in
real code (and I don't expect to be disappointed).

Regards,
-- 
#Aristotle
*AUTOLOAD=*_;sub _{s/(.*)::(.*)/print$2,(",$\/"," ")[defined wantarray]/e;$1}
&Just->another->Perl->hacker;

Reply via email to