package MyModule; use Extern; sub mymodule_do_work{ print "during my work I will call 'Extern->testsub':\n"; Extern->testsub; } 1;