![]() |
|
Just another Perl shrine | |
PerlMonks |
Re: Re^N+1: Function Prototypes and Array vs. List (Pt. 2)by danger (Priest) |
on Jun 14, 2002 at 07:43 UTC ( #174431=note: print w/replies, xml ) | Need Help?? |
if one can't deprototype the target function... If all you want to do is disable the prototype, then calling the function with & will do it --- beware that @_ is passed implicitly if you leave off the parens, and you'll have to adjust your argument passing for more complex prototypes (such as: (&@) or (\@)) to ensure the function gets what it is expecting.
In Section
Seekers of Perl Wisdom
|
|