Help for this page

Select Code to Download


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