1 2 3 4 5 6
use LWP::Simple; use strict; my $text = get ("http://www.spiegel.de/"); print "$text\n"; my $ende = <STDIN>;