Are you using something other than perl to parse Perl? If so, you must decide if a partial solution is acceptable. Perl has so many edge cases in its syntax that anyone not hacking the internals has little hope of doing parsing it correctly (and the internals people only get it correct because they're the ones that get to define what "correct" is :)
----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer
: () { :|:& };:
Note: All code is untested, unless otherwise stated
In reply to Re: Cleaner Regex
by hardburn
in thread Cleaner Regex
by InfiniteSilence
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |