------- Forwarded Message Message-Id: <200004010105.RAA17466@activestate.com> Date: Fri, 31 Mar 2000 17:05:38 -0800 From: murray@ActiveState.com To: bugs@ActiveState.com cc: ActivePerl-Bugs@ActiveState.com Subject: (?i) doesn't work properly with otherwise empty regex. (APR#185) Full_Name: Murray Nesbitt Version: ActivePerl 613 OS: Windows NT 4.0 SP 6 Submission from: (NULL) (199.60.48.183) Submitted by: murrayn The following program prints "ok" with 5.005, but not with 5.6. print "ok\n" if $foo =~ /(?i)/; ------- End of Forwarded MessageThread Next