Accessing coderefs
Peter Rabbitson <[email protected]> Sun, 19 Mar 2006 12:35:38 -0500
| Newsgroups | gmane.comp.lang.perl.modules.petal |
|---|---|
| Message-ID | <[email protected]> |
Greetings,
Is it a bug or a feature that if I have:
$petal->process ( { coderef => \&useful_sub } );
I can not do
...petal:content="coderef --var1 --var2"...
?
Thanks