At 12:38 PM 9/20/00 -0700, Glenn Linderman wrote:
>OK, scalar variables.  But I see code in the XML modules that check 
>defined (@array)

Then they should be fixed.  That doesn't do anything useful right now.

>Interesting.  I learn something every day.  Today, you helped.  Maybe you 
>can help
>some more... implement me an SQL null, that can coexist with Perl undef, 
>not replacing
>it.

Show me one real example of where this would help.  I have never even 
remotely considered such a thing in my DBI programming; I have some 
convenience modules that translate undef to IS NULL when constructing 
queries, and DBI handily turns NULLs into undefs in results for me.  If 
this is not about DBMS interfacing but you want Perl to implement SQL 
expression semantics, why?  What possible benefit is there?

--
Peter Scott
Pacific Systems Design Technologies

Reply via email to