in reply to Re^3: How to call subroutines using variables ?in thread How to call subroutines using variables ?
my $ref = "SomePackage::Name::subname"; $ref->(@arguments); [download]