Help for this page
use WWW::Mechanize; my $mech = WWW::Mechanize->new( autocheck => 1 ); ... # print the content of the admin page so that i know i'm in #print $mech->content;
<html> <head> ... </body> </html>