Ok well this is what i have so far...
use strict;
use WWW::Mechanize;
use HTML::TokeParser::Simple;
use Text::CSV;
my $mech = WWW::Mechanize->new();
my $i;
my $x;
my $sleepTime = 5;
$x = 1;
while ($x <= 3000)
{
$i = 2;
while ($i <= 10)
{...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.