Tom Christiansen wrote:
> >> I'm not happy with your use of "coerce". There's no mutation. It simply
> >> *is* those things.
>
> >Fine. So, in particular, it _isn't_ null.
>
> Of course it's null. That's why it has length zero. Stop speaking
> SQL at me. I'm speaking Perl.
No, in that wonderfully consistent Perl documentation, it's "undef" not null. null
is only used to refer to (as you pointed out in another post)
the null string
the null character
the null list
Those use null as an adjective. This RFC proposes an addition to Perl terminology
the null
This uses null as a noun, and it has a different meaning than undef.
> undef $a;
> @$a = ();
> if ($a) { ..... } # always true
>
> It's the lvaluable deref that autoinitializes.
Thanks for the explanation.
--
Glenn
=====
Even if you're on the right track,
you'll get run over if you just sit there.
-- Will Rogers
____________NetZero Free Internet Access and Email_________
Download Now http://www.netzero.net/download/index.html
Request a CDROM 1-800-333-3633
___________________________________________________________
- Re: RFC 263 (v1) Add null() keyword and fundamental data ... Russ Allbery
- Re: RFC 263 (v1) Add null() keyword and fundamental ... Glenn Linderman
- Re: RFC 263 (v1) Add null() keyword and fundamen... Russ Allbery
- Re: RFC 263 (v1) Add null() keyword and fund... Graham Barr
- Re: RFC 263 (v1) Add null() keyword and fund... Glenn Linderman
- Re: RFC 263 (v1) Add null() keyword and ... Tom Christiansen
- Re: RFC 263 (v1) Add null() keyword and ... Tom Christiansen
- Re: RFC 263 (v1) Add null() keyword and ... Casey R. Tweten
- Re: RFC 263 (v1) Add null() keyword and ... Glenn Linderman
- Re: RFC 263 (v1) Add null() keyword and ... Tom Christiansen
- Re: RFC 263 (v1) Add null() keyword and ... Glenn Linderman
- Re: RFC 263 (v1) Add null() keyword and ... Tom Christiansen
- Re: RFC 263 (v1) Add null() keyword and ... Glenn Linderman
- Re: RFC 263 (v1) Add null() keyword and ... John Porter
- Re: RFC 263 (v1) Add null() keyword and ... Tom Christiansen
- Re: RFC 263 (v1) Add null() keyword and ... Paris Sinclair
- Re: RFC 263 (v1) Add null() keyword and ... Tom Christiansen
- Re: RFC 263 (v1) Add null() keyword and ... Glenn Linderman
- Re: RFC 263 (v1) Add null() keyword and ... Buddha Buck
- Re: RFC 263 (v1) Add null() keyword and ... Glenn Linderman
- Re: RFC 263 (v1) Add null() keyword and ... Peter Scott
