in reply to Syntax to call a subroutine from a reference
# Your code here ... sub pingtest { print "I'm pingtest sub\n" } sub remdial { print "I'm remdial sub\n" } [download]