my $string = 'string here'; my $index = index $string, 'bah'; print $index if $index; #### if (my $index = index $string, $key) { # yadda }