in reply to Re^7: Array/List Strangenessin thread Array/List Strangeness
Actually it should be defined what "empty" means. undef can be an existing element of a list!
DB<1> p scalar ( ()=(undef,undef) ) 2 [download]
Cheers Rolf