in reply to Re^2: why avoid & on function call
in thread why avoid & on function call
One can pre-declare functions for the first parse, which are later defined (or resolved via AUTOLOAD)
DB<188> sub frob; frob(1,2,3); sub frob { say "@_" } 1 2 3 DB<189>
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
|
|---|