in reply to Re^4: Getting a form filler to work for letssingit.com
in thread Getting a form filler to work for letssingit.com
Without this code it loads nothing but it shows a white page. Using this code reloads MY page a hundred and fifty million times. It doesn't print the content of their page at all.my @test = $mech->content(); foreach (@test) { print "$_\n"; }
|
|---|