perl.recdescent...Parse::RecDescent::FAQ updated to 5.02 by metaperl.com- June 30, 2007 I will have to start updating the ChangeLog from now on: Version 5.02 is up - http:search.cpan.orgtboneParse-RecDescent-FAQ-5.02FAQ.pm Only change is the regular expression for skipping over things: http:search.cpan.orgtboneParse-RecDescent-FAQ-5.02FAQ.pmSkipping_over_thingswas improved by Chas Owens... "x" as a regexp modifier apparently wasnot enough. "xs" was needed:program: <skip: qrs ( . s)x> statement(s)program: <skip: qrs ( . s)xs> statement(s)http://www.nntp.perl.org/group/perl.recdescent/2007/06/msg511.html |