Help for this page

Select Code to Download


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