$link = 'http://www.gasnom.com/ip/ozark/notices/Intraday Cuts on EW & BS 4-18-08.txt'; $agent = WWW::Mechanize->new(); $agent-> agent_alias( 'Windows IE 6' ); $agent->get($link); if ($child_agent->success()) { $body = $agent->content(); } else { $body = ''; }