Help for this page
my $agent = WWW::Mechanize->new(); $agent->get("http://my.server.com/"); ... $agent->follow("Some Link"); print $agent->content();