in reply to Re^3: How to call subroutines using variables ?
in thread How to call subroutines using variables ?

Use the full package name, if you MUST use symbolic references:
my $ref = "SomePackage::Name::subname"; $ref->(@arguments);