Help for this page
#!/usr/bin/perl ... # "Restore" the test function from it's "backup" $f->loader("*test_package::test_function = *test_package::new_test_fun +ction;"); $f->test_function($counter++);
Original test_function! 0 Original test_function! 1 ... New output! 2 Original test_function! 3 Original test_function! 4