| Hendrik Visage on Thu, 20 Feb 2003 15:13:49 +0200 (SAST) |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| [Linux dev] Perl and matching several regex's |
Hi there, I have a situation where I'll need to match several regular expressions to a line to determine what type of information this line contains. Except for the obvious looping over the list of expressions until a match is found, is there a easier method/choice in perl which already does something like this?? Hendrik