in reply to Re^3: Getting a form filler to work for letssingit.com
in thread Getting a form filler to work for letssingit.com

That's what $mech->uri() does. Perhaps you need to read the WWW::Mechanize documentation a bit more carefully?
  • Comment on Re^4: Getting a form filler to work for letssingit.com

Replies are listed 'Best First'.
Re^5: Getting a form filler to work for letssingit.com
by Anonymous Monk on Apr 13, 2005 at 03:57 UTC
    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.