in reply to Re: Explanation of successful mechanize code
in thread Explanation of successful mechanize code

Are you saying I'm imagining that it works?
# for debugging #my $outfile = "out.htm"; #my $output_page = $mech->content(); #open(OUTFILE, ">$outfile"); #print OUTFILE "$output_page"; # end debug
I save the content into a file. And I examine the file and sure enough I get the page after the login page. So the form is POSTing.