I didn't test this, just wrote it. See perlman:perlref for more.sub func{ return sub { if($joe){somesub($arg1,$arg2);} } } $a=&func(); # do stuff.. # call the function &$a;
In reply to Re: Dynamic Code?
by mikkoh
in thread Dynamic Code?
by kael
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |