On Fri, 2003-09-26 at 12:25, Jeremy Muhlich wrote: > On Fri, 2003-09-26 at 11:48, Ron Newman wrote: > > my $r2 = qr/this/x; > > I can't think of any way to override that from "outside" those parens.
Well, you *could* do: lc($s) =~ $r2 but I figure that't not really what you're looking for... :) -- Jeremy _______________________________________________ Boston-pm mailing list [EMAIL PROTECTED] http://mail.pm.org/mailman/listinfo/boston-pm

