Help for this page

Select Code to Download


  1. or download this
    sub my_get {
        my ($self) = shift(@_);
    ...
        # ... if $@
        return $result;
    }
    
  2. or download this
    my $success;
    while (! $success) {
    ...
            sleep $CONFIG{DELAY};
        }
    }