http://qs1969.pair.com?node_id=403927


in reply to Re^2: Functional Programming & method rewriting
in thread Functional Programming & method rewriting

Using your subroutine, try running
foo(); foo(); foo(); foo();
or for the really dangerous,
foo() for (1..1000);