... for (@image_extensions) { if ($url =~ /\.$_\z/) { print $q->redirect("/image/url/here.gif"); exit 0; } } ...