sub execute { return unless $regex; # ...and then do the rest } #### sub execute { my $compiled = qr/$regex/; ..... for...{ nex if $host !~ /$compiled/; } }