use strict; use LWP::Simple; my $url = 'https//top.secret.net'; unless (defined ($url = get $url)) { die "Kann $url nicht finden\n"; } ...