Help for this page

Select Code to Download


  1. or download this
    $/ = undef;
    open my $fh, '<', 't/mock_html.dat' or die "Can't open datafile";
    ...
    my $crawl = WWW::Crawl->new(
        'timestamp' => 'a',
    );