TIMTOWTDI
It's easy to write code that a computer can read, it's not so easy to write code that a human can understand.
It's a choice. The 'select' can easily be written as a single regexp. But think about later? What's easier to adapt? The single statement or the multiple statement?
I, for one, like code that shows its intend, even when coding in perl ;)
In reply to Re^3: Help with Multiple line RegEx
by gargle
in thread Help with Multiple line RegEx
by blackadder
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |