Path: utzoo!attcan!uunet!convex!tchrist From: tchrist@convex.com (Tom Christiansen) Newsgroups: comp.lang.perl Subject: problem with {n,m} notation Message-ID: <106765@convex.convex.com> Date: 2 Oct 90 19:54:43 GMT Sender: usenet@convex.com Reply-To: tchrist@convex.Com (Tom Christiansen) Organization: Convex Computer Corp, Richardson, TX Lines: 13 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"; } I'm still at PL18, waiting for the dbm stuff to get fixed. --tom -- "UNIX was never designed to keep people from doing stupid things, because that policy would also keep them from doing clever things." [Doug Gwyn]