http://www.perlmonks.org?node_id=90189

Today I had to write a regular expression definitely more complex than I'm used to do (I'm a real inept: for example this is the first time I use x modifier in REs :)).

This experience showed me I spent a lot of time trying to make my RE working, specially (in my opinion) 'cause I'm not able to debug it in a good way.

I used some tecniques in order to make my work faster (well, I should say "not so slow"...):

I guess there are other tricks of ways to code better and faster (faster! faster than before... :)), like:

What do you think about?