in reply to On Parsing Perl
I use the perl mode on emacs, and resort to small tricks to keep everything ok. For example,
upsets the syntax colorization badly (as emacs thinks following code is in the string), so I use idioms likes/'"/;
to "close" my "open" strings....s/'"/; #"'
In Section
Meditations