in reply to $object->UnrelatedPackage::some_subroutine()
Initially I used "eval" to find out method name but was very glad to discover this nifty feature, which makes implementation faster, strictier and safer.
In my case there were some non-trivial places with SUPER and inheritance due to heavy AUTOLOADING with further defining of newly created subroutine, but those were easy to implement
:)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: $object->UnrelatedPackage::some_subroutine()
by tilly (Archbishop) on Feb 19, 2005 at 02:25 UTC | |
by stvn (Monsignor) on Feb 19, 2005 at 02:43 UTC | |
by Courage (Parson) on Feb 19, 2005 at 08:27 UTC | |
by tilly (Archbishop) on Feb 21, 2005 at 19:47 UTC |