if ($_ =~ "jackson") { print $_ . "\n"; } #### m/jackson/ and print $_ . "\n"; # logical-and print $_ . "\n" if (m/jackson/); # statement modifier