Help for this page

Select Code to Download


  1. or download this
        eval { $content = $self->web_fetch( { raw => 1 } ); }; # a
        $content = eval { $self->web_fetch( { raw => 1 } ); }; # b
        if ($EVAL_ERROR) { # $@
          return $self->do_harvest_return(undef);
        }