in reply to Re^6: $obj->method v.s. $obj->method()
in thread $obj->method v.s. $obj->method()
my $method = "foo"; $obj->$method; $obj->$method @args;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: $obj->method v.s. $obj->method()
by AnomalousMonk (Archbishop) on May 09, 2009 at 20:31 UTC | |
by Burak (Chaplain) on May 10, 2009 at 01:44 UTC |