On Feb 1, 2006, at 2:55 PM, Greg London wrote: > I'm trying to understand how multiple quantifiers in a > regular expressions get massaged to fit the data. > in other words. > > [snip] > > I know it "just works", but I'm trying to figure > out exactly how it behaves under the hood.
Hi! I don't know if this helps, but there is some way (I don't know it) to get Perl to print out every step of what's going on when it executes an RE match. I think it's one of the debugging flags. Ricky _______________________________________________ Boston-pm mailing list [email protected] http://mail.pm.org/mailman/listinfo/boston-pm

