in reply to •Re: Crosslink
in thread Crosslink

D'oh! That's what I get for not testing that bit... *sighs*

=cut
--Brent Dax
There is no sig.

Replies are listed 'Best First'.
Re: Re: •Re: Crosslink
by Rich36 (Chaplain) on Feb 02, 2004 at 18:57 UTC
    File::Spec's methods rel2abs() and abs2rel() are a convenient way to handle relative and absolute pathing. Also, why not use one of the Getopt::* modules instead of parsing the flags by hand? The performance might not be quite as good, but it does print a warning when someone types an unknown option.
    «Rich36»