in reply to Re^7: Array/List Strangeness
in thread Array/List Strangeness

++ for what you are saying after 'Basically:', an excellent description of the situation

Actually it should be defined what "empty" means. undef can be an existing element of a list!

DB<1> p scalar ( ()=(undef,undef) ) 2

Cheers Rolf