in reply to Re: syntax error checking on object methods
in thread syntax error checking on object methods
Not to mention cases where the method name itself is dynamically computed at runtime.
my $method = $phase_of_moon eq 'waxing' ? "discombobulate" : "vreemflitzel"; $obj->$method( $price_of_tea_in_china );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: syntax error checking on object methods
by eXile (Priest) on Nov 01, 2004 at 05:51 UTC |