in reply to Re: undef vs empty string '' from split
in thread undef vs empty string '' from split
As it happens, the empty string is easier (simpler code), because it's going to be inserted into an Ingres NOT NULL column and I don't have to check/cvt the value from 'undef'.
No, this isn't a .ini file parser btw.