in reply to Re: regex problem
in thread regex problem
And while you are at it, why not shrink the code to
foreach (...) { my ($title,$tag,$message) = $email =~ /\[title](.*)\[title].*\[tags](. +*)\[tags].*\[message](.*)\[message]/is; ... }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: regex problem
by arkturuz (Curate) on Mar 22, 2011 at 12:53 UTC |