Help for this page
my $content; my $ok = eval { $content = $self->web_fetch( ... ); 1 }; ... my $err = $@; ... };