Help for this page

Select Code to Download


  1. or download this
    # put: return ok = '' if 'no permission' error (ie, don't retry)
    
    ...
        or check($_[0])            # $_[0] can be undef'd here to hangup
    }
    
  2. or download this
    . . .
    
    ...
        sleep 12;
        return undef;                           # retry
      }