I will have to start updating the ChangeLog from now on: * Version 5.02 is up - http://search.cpan.org/~tbone/Parse-RecDescent-FAQ-5.02/FAQ.pm
* Only change is the regular expression for skipping over things: http://search.cpan.org/~tbone/Parse-RecDescent-FAQ-5.02/FAQ.pm#Skipping_over_things was improved by Chas Owens... "x" as a regexp modifier apparently was not enough. "xs" was needed: program: <skip: qr{\s* (/[*] .*? [*]/ \s*)*}x> statement(s) program: <skip: qr{\s* (/[*] .*? [*]/ \s*)*}xs> statement(s)