#! /usr/bin/perl use strict; use warnings; use LWP::Simple; my $url = 'http://intranet/seite.html'; my $content = get($url);