in reply to Re: Dynamic Method Calls
in thread Dynamic Method Calls
if (my $code = $pack->can($string)) { &$code($pack, $string); );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Dynamic Method Calls
by dragonchild (Archbishop) on Aug 28, 2001 at 01:42 UTC |