On Mon, Aug 07, 2000 at 02:16:37PM -0400, Chaim Frenkel wrote:
> If one does 'use tristate' I would hope they know what they are doing
> or asking for.
>
> And in fact, I would want the warning turned off. One of the pains
> in doing sybperl, is I have to liberally sprinkle $^W=0 or
> do a lot of defined() ? :, to avoid the warnings.
Yes, thats what I mean. under use tristate you get a result of undef
instead of a warning from such operators.
Graham.
> <chaim>
>
> >>>>> "GB" == Graham Barr <[EMAIL PROTECTED]> writes:
>
> GB> On Mon, Aug 07, 2000 at 06:05:30AM -0400, Chaim Frenkel wrote:
> >> What are the issues doing it through the vtbl of 'self'? Though if
> >> the op does it, there would be a different op under the tristate pragma.
>
> GB> Not true. Right now you get a warning for use of uninit when undef
> GB> is used. How about under trisatte, these warnings just result in
> GB> the return of undef.
>
> GB> just a thought.
>
> --
> Chaim Frenkel Nonlinear Knowledge, Inc.
> [EMAIL PROTECTED] +1-718-236-0183
>