my $ua = LWP::RobotUA->new( 'myagentname', 'address@a.tld'); $ua->delay(4); my $response = $ua->get('http://bla/../'); print $response->content;