Path: utzoo!attcan!uunet!world!decwrl!sdd.hp.com!elroy.jpl.nasa.gov!jpl-devvax!lwall From: lwall@jpl-devvax.JPL.NASA.GOV (Larry Wall) Newsgroups: comp.lang.perl Subject: Re: problem with {n,m} notation Message-ID: <9857@jpl-devvax.JPL.NASA.GOV> Date: 8 Oct 90 16:28:34 GMT References: <106765@convex.convex.com> Reply-To: lwall@jpl-devvax.JPL.NASA.GOV (Larry Wall) Organization: Jet Propulsion Laboratory, Pasadena, CA Lines: 16 In article <106765@convex.convex.com> tchrist@convex.Com (Tom Christiansen) writes: : Perl doesn't seem to handle {n,m} rexprs where n or m are double digits. : For example, this script has no output: : : #!/usr/bin/perl : $_ = 'aiiiiiiiiiiiiiib'; : if (/ai{6,25}b/) { print "ok\n"; } That's been fixed. : I'm still at PL18, waiting for the dbm stuff to get fixed. That's been fixed too. I hope to put out the next patch this week sometime, but things are being hectic, as usual. Larry