use LWP::Simple; my $url = 'http://www.example.org/unterverzeichniss/text1.txt'; my $content = get( $url );