Name: Sol 2007-01-18 16:17
How do I look for specific text in a variable?
Continuing from log parsing discussion.
Last question, then I shuddap.
Continuing from log parsing discussion.
Last question, then I shuddap.
if ($variable =~ /specific text/) {
# are you too fucking lazy to read some books on Perl?
}