in reply to Re: Explanation of successful mechanize code
in thread Explanation of successful mechanize code
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.# for debugging #my $outfile = "out.htm"; #my $output_page = $mech->content(); #open(OUTFILE, ">$outfile"); #print OUTFILE "$output_page"; # end debug
|
|---|