Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    funky(0);
    monkey(0);
    
  2. or download this
    $ perl recurse.pl
    funkybefore recurse: count=0, str1=0
    ...
    monkey  after recurse:  count=2, str=8
    monkey after recurse:  count=1, str=4
    monkeyafter recurse:  count=0, str=0