Help for this page
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); }