in reply to Strange negated character class behavior

add use re 'debug'; or run program as perl -Mre=debug ...pl to see how the regex matches/backtracks ..

you can use rxrx to step through the same regex with colored console output