my $geturl = "http://$url"; my $content = get("$geturl"); unless (defined $content) { print "
URL not found!


"; exit; }