From: <per...@li...> - 2006-02-23 20:39:42
|
Update of /cvsroot/perl-flat/blokhead/dev-scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21443/dev-scripts Modified Files: bdetest.pl Log Message: testing nofification Index: bdetest.pl =================================================================== RCS file: /cvsroot/perl-flat/blokhead/dev-scripts/bdetest.pl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** bdetest.pl 23 Feb 2006 19:55:02 -0000 1.3 --- bdetest.pl 23 Feb 2006 20:39:36 -0000 1.4 *************** *** 9,11 **** --- 9,12 ---- my $RE = FLAT::Regex::WithExtraOps->new('ab|c* & (a|b)*'); + # print $RE->as_string; |