Re: Backwards Compatibility wrt: open(FILE,,\$var);

2002-03-28 Thread Rafael Garcia-Suarez
On 2002.03.28 00:11 Nicholas Clark wrote: Which reminds me that it's a shame that use and no aren't totally symmetrical: $ perl -le 'use Carp;' $ perl -le 'no Carp;' $ perl -le 'use 6;' Perl v6.0.0 required--this is only v5.7.2, stopped (did you mean v6.000?) at -e line 1. BEGIN

Re: Possible to create warning not turned on by use warnings?

2002-03-28 Thread Rafael Garcia-Suarez
On 2002.03.28 09:26 Sam Tregar wrote: So, that leads me to ask, is it possible to create a warning that you have to request explicitly? Looking through warnings.pm and perllexwarn.pod, I think not... Not without changing the meaning of use warnings to use warnings

Re: Regex-Unicode bugs

2002-03-28 Thread Rafael Garcia-Suarez
On 2002.03.28 05:52 Jarkko Hietaniemi wrote: On Wed, Mar 27, 2002 at 12:39:57PM +, Hugo van der Sanden wrote: Mark Kvale [EMAIL PROTECTED] wrote: :4. Null /\p/ and /\P/ Unicode classes [...] Below is a patch for this one, and a slightly improved diagnostic. Thanks, applied. And