use WWW::Mechanize; my $url='https://www.platts.com/Login.aspx?'; my $mechanize = WWW::Mechanize->new(autocheck => 1); $mechanize->cookie_jar(HTTP::Cookies->new); $mechanize->agent('Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.1) Gecko/20061010 (IKDhPmJcdw) Firefox/2.0'); my $response = $mechanize->get( $url ); my $html = $mechanize->content; print "$html \n"; #### 301 Moved Permanently

Moved Permanently

The document has moved here.