in reply to Re: Dynamically constructed function calls
in thread Dynamically constructed function calls
Can't use string ("") as a subroutine ref while "strict refs" in use a +t autol.pl line 21.
Update:In the pod for UNIVERSAL.pm, it says:
"can" cannot know whether an object will be able to provide a method through AUTOLOAD, so a return value of undef does not necessarily mean the object will not be able to handle the method call.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Dynamically constructed function calls
by revdiablo (Prior) on Nov 04, 2004 at 17:47 UTC |