in reply to Re: variable function thingy
in thread variable function thingy
sub foo { print "in foo()\n"; } my $func_name = "foo"; &{\&{$func_name}}(); __output__ in foo()
_________
broquaint
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: variable function thingy
by rir (Vicar) on Oct 18, 2002 at 20:17 UTC | |
by broquaint (Abbot) on Oct 19, 2002 at 19:09 UTC | |
by rir (Vicar) on Oct 19, 2002 at 20:27 UTC | |
by broquaint (Abbot) on Oct 20, 2002 at 17:56 UTC | |
by rir (Vicar) on Oct 20, 2002 at 19:17 UTC |