Help for this page

Select Code to Download


  1. or download this
    # This part is a no brainer and your mail software
    #   likely already supports something like it:
    ...
            redo RETRY;
        }
    }
    
  2. or download this
    sub sleep_until_low_load {
        my $limit = shift;
    ...
            goto REDO;
        }
    }