[EMAIL PROTECTED] wrote:
>
> I am not sure if this is the forum to even ask the question
>
> One can check if a method exists with
> if ($pkg->can("$method")) ....
>
> Question is How do I invoke it. I am looking to do
> if ($pkg->can("$method")){
> # I need the syntax to invoke the method
> }
perhaps 'perldoc perltoot' (OO tootorial :) would help.
--
Doug Monroe
- how to invoke a dynamic method MadarEd
- Doug Monroe
