$_ = "bunch of stuff\nwith target\nstring inside"; print "Found" if /target\nstring/m;