Help for this page
print One::foo(); { ... print One::foo(); } print One::foo();
package One::Debug; our @ISA = 'One'; ... return "baz\n"; } 1;