Help for this page

Select Code to Download


  1. or download this
    package Foo;
    sub bar { print "Original Foo::bar\n"; }
    ...
    Foo::bar();
    switcheroo("Foo", "bar");
    Foo::bar();