in reply to Dynamic Code?
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;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: Re: Dynamic Code?
by mikkoh (Beadle) on Aug 25, 2000 at 14:00 UTC | |
by Adam (Vicar) on Aug 25, 2000 at 21:41 UTC |