BEGIN{ $INC{'Extern.pm'}= __FILE__}; package Extern; sub testsub{ print "MockExtern::testsub\n"; } 1;