in reply to Re^3: $obj->method v.s. $obj->method()
in thread $obj->method v.s. $obj->method()
IIRC it's $obj->$method that wouldn't work in 5.4 (and 5.6?) while $obj->$method() would.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: $obj->method v.s. $obj->method()
by Burak (Chaplain) on May 09, 2009 at 17:03 UTC | |
by AnomalousMonk (Archbishop) on May 09, 2009 at 18:40 UTC | |
by Burak (Chaplain) on May 09, 2009 at 18:53 UTC | |
by AnomalousMonk (Archbishop) on May 09, 2009 at 20:31 UTC | |
by Burak (Chaplain) on May 10, 2009 at 01:44 UTC |