in reply to Re: Mixing @EXPORT and use base
in thread Mixing @EXPORT and use base

The problem with $f->external() is that it adds to the argument list being passed to external().

Ideally, I don't need to (nor want to) make external() smarter about whether it's being called as a class method or just an exported subroutine.

Replies are listed 'Best First'.
Re^3: Mixing @EXPORT and use base
by Joost (Canon) on Jul 07, 2004 at 18:42 UTC