On Fri, 2003-09-26 at 11:48, Ron Newman wrote:
> my $r2 = qr/this/x;

If you print out $r2, you'll see:

  (?x-ism:this)

So perl is applying the /x modifier by setting the x flag and unsetting
the ism flags in a group that encompasses the entire pattern.  I can't
think of any way to override that from "outside" those parens.


 -- Jeremy

_______________________________________________
Boston-pm mailing list
[EMAIL PROTECTED]
http://mail.pm.org/mailman/listinfo/boston-pm

Reply via email to