$target =~ m/^[yY]ou/; # this will grab lines starting with you or You (not sure if the character class is right, but it looks to be).
just do an "if" on that above search, and then don't print if it contains it, now if it's a multiline situation, you'll have to do some more adjusting on what lines to not print.
Reputation Points: 11
Solved Threads: 5
Junior Poster in Training
Offline 57 posts
since Jun 2008