On Mon, 19 Nov 2001 22:36:45 +0100 (CET), Tels wrote:
>> sub canonpath {
>> return File::Spec->canonpath($_[1]);
>> }
>
>I'd written return File::Spec->canonpath(@_); just in case ;)
That ain't right. You'll get an extra argument in front (the class
name).
Is there a reason for not using the @ISA inheritance mechanism?
--
Bart.
