in reply to Mimicking a simple web reaper using Perl

Will some of these help? Web crawlers on CPAN
use strict; use warnings; print "Just Another Perl Hacker\n";
  • Comment on Re: Mimicking a simple web reaper using Perl