in reply to Re: Re: variable function thingy
in thread variable function thingy
Either way a simple no strict 'refs'; seems like the way to go.
sub foo { print "in foo\n"; } { no strict 'refs'; &{"foo"}; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: variable function thingy
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 |