How do I look for specific text in a variable?
Continuing from log parsing discussion.
Last question, then I shuddap.
Name:
Anonymous2007-01-18 16:25
Given that its perl you are working with, I'm pretty sure you'll want to use regular expressions. Something like /s/text or something. Also I suck at regexp, and I hate it because it looks different wherever its implemented.