in reply to RobotUA not working

Try:
my $ua = LWP::RobotUA->new( 'myagentname', 'address@a.tld'); $ua->delay(4); my $response = $ua->get('http://bla/../'); print $response->content;
$response has different parts to it, you must ask for $response->content to get the fetched data, or you get this business: Response=HASH(0x82111c0)
$Id: .signature,v .99 Sun May 12 19:48:45 2002 hsinclai Exp $ Program terminated {7} abnormal CONTACT YOUR SUPERVISOR