in reply to Re: Dynamically calling different functions?
in thread Dynamically calling different functions?
use strict; $name = "call_this_func"; &{$name}();
...restrictions (which I don't quite understand). Is it because you are calling a function of an object? Or is it because you are using the $a->() format? My perl-fu is weak, but I would appreciate some understanding. Thanks!
--Robert
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Dynamically calling different functions?
by artist (Parson) on Jun 30, 2003 at 20:41 UTC |