>>>>> "Rob" == Rob Coops <[EMAIL PROTECTED]> writes:
Rob> I thik the thing that Randal was saying is that 'NULL' does not exist as a Rob> value in perl but he left out the part that others have pointed out before Rob> 'undef' has the same significance in perl as 'NULL' in other languages. But it doesn't. In SQL, NULL + 3 is NULL In Perl, undef + 3 is 3. There's nothing quite like the "stickiness" of NULL in SQL. It's important not to say they're equivalent without also pointing out how different they are. That's the problem I had with the casual answers in the rest of the thread. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 <[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/> Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc. See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/