Help for this page

Select Code to Download


  1. or download this
    my $try= 0;
    my $max_tries = 100;
    ...
        next if ($try % 10);
        print "Still running after $try tries\n";
    }