Help for this page

Select Code to Download


  1. or download this
        my $max_tries = 10;
    GETSTORE:
    ...
        goto GETSTORE if $status == 200 && !-s $file && --$max_tries > 0;
        ... do stuff ...
        return $status;
    
  2. or download this
        my $max_tries = 10;
        my $status;
    ...
        }
        .. do stuff ..
        return $status