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

I did go back and read it but now it tosses itself into an enless loop! I feel bad for my webhost about now :(
my @test = $mech->content(); foreach (@test) { print "$_\n"; }
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.