http://qs321.pair.com?node_id=248516


in reply to Re: use of uninitialized values
in thread use of uninitialized values

PostgreSQL and SQL Server use COALESCE. You can give COALESCE a list of values. It will return the first one that is not NULL.

90% of every Perl application is already written.
dragonchild