- or download this
use WWW::Mechanize;
...
print "six\n";
print $response->content;
- or download this
$ perl testit.pl
one
...
five
There is no form named "LoginForm" at testit.pl line 26
Died at WWW/Mechanize.pm line 1727.
- or download this
<html>
<head>
...
</table>
</body>
</html>