Help for this page

Select Code to Download


  1. or download this
    sub try(&@) {
        my $job = shift;
    ...
    
    try { get_web_page() } 10, 10
      or die "Can't get page";