my $string = "foo bar baz"; print "no hello" unless $string =~ /hello/;