Help for this page
package Foo; sub bar { print "Original Foo::bar\n"; } ... Foo::bar(); switcheroo("Foo", "bar"); Foo::bar();