Help for this page

Select Code to Download


  1. or download this
    sub test {
       my ($reset) = @_;
    ...
    test(1);  # 3
    test(0);  # 1
    test(0);  # 2