Help for this page

Select Code to Download


  1. or download this
    sub validURL {
        my ($self, $url) = @_;
        my $req = new HTTP::Request HEAD => $url;
    ...
        return 1;
    }