in reply to Re: Re: Dynamically calling different functions?
in thread Dynamically calling different functions?

Straight from the docs:

strict subs' : This disables the poetry optimization, generating a compile-time error if you try to use a bareword identifier that's not a subroutine, unless it appears in curly braces or on the left hand side of the "=>" symbol.

artist

  • Comment on Re: Re: Re: Dynamically calling different functions?