in reply to Re: Re: Calling a class method name in a scalar using :: syntax
in thread Calling a class method name in a scalar using :: syntax

Excellent, thank you.

One of my mistakes was to put the method name between the quotation marks like

my $result = "MODULES::$submodule->$method($data)"
  • Comment on Re: Re: Re: Calling a class method name in a scalar using :: syntax
  • Download Code