- or download this
Debugging regular expressions
There are two ways to enable debugging output for regular
...
scoped).
[snip; read the details in the perldebug documentation.]
- or download this
#!perl -c
use re 'debug';
...
/(?:a|b|c|d|e|f|gt)t/;
__END__
- or download this
/at/||/bt/||/ct/||/dt/||/et/||/ft/||/ght/;
compiling RE `at'
...
25: END(0)
minlen 2