require My; print "a: "; My::Run(); # a: Running undef &My::Run; require My; print "b: "; My::Run(); # Undefined subroutine &My::Run called at ...