my( $foundWord ) = $string =~ /(need)/; #### my $foundWord = $string =~ /need/ ? 'need ' : undef;