![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
Re^2: Conditional continued matching with regexesby bart (Canon) |
on Feb 06, 2007 at 08:14 UTC ( #598497=note: print w/replies, xml ) | Need Help?? |
What use is a parser, when a lexer will do?
"When all you have is a hammer, every problem looks like a nail." And a parser is an excellent hammer. What I mean is: there's nothing remotely recursive in the definition of the syntax of CSV. Which is when you need to use a parser.
In Section
Seekers of Perl Wisdom
|
|