# Example 3 # $_ = "I logged in as bruuuusimm and found that I had email."; # Our test sentence if (/brus/) { # Our pattern of brus print "There, brus showed up.\n" ; # if pattern is found, print it! } # end