Help for this page

Select Code to Download


  1. or download this
    sub try_again {
      my $msg = shift;
    ...
    }
    
    go();
    
  2. or download this
    # no return in the outer sub
    sub go { do_it or try_again; ... }