in reply to Re: Sub calling sadness
in thread Sub calling sadness
Small correction:
"So, the contents of $bar is taken as a method name at run-time"
should be
"So, the contents of $bar is taken as a class name or object reference at run-time" (ThatPackage::blah would used as the method name: <<Can't call method "ThatPackage::parse" without a package or object reference>>)
|
|---|