in reply to Calling Madness
You have to accept:
as the same as:PKG::safe_sub( "PKG", $other_args);
PKG::safe_sub( $other_args); safe_sub PKG $other_args;
Also I think you want
as your test.shift if ref $_[0] eq "PKG" or $_[0] eq "PKG";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Calling Madness
by Aristotle (Chancellor) on Sep 15, 2002 at 08:10 UTC | |
by rir (Vicar) on Sep 15, 2002 at 20:38 UTC | |
by Aristotle (Chancellor) on Sep 15, 2002 at 21:12 UTC | |
by rir (Vicar) on Sep 16, 2002 at 00:09 UTC |