$ perl -wE' my $linkziel = "http://foo.example/"; if ($linkziel =~ m/^http/i) { say "starts with http" }' starts with http