Help for this page

Select Code to Download


  1. or download this
    #!perl -l
    use strict;
    ...
        do_another;
      }
    }
    
  2. or download this
    
    sub retry(&$) {
    ...
            die "failure";
          } 10;