On Wed, May 23, 2007 at 05:02:38PM +1200, Trevor Carey-Smith wrote: > Apologies for the mailbox clutter, but I've answered my own question... > > $PDL::undefval = -999; > > is the easy solution!!! > > Can $PDL::undefval be set to BAD somehow??
I'm not really answering your question... Sorry. However is the data in a matrix (how ever you get it out of the DB, multiple columns within a record set, or arrays in postgres, or...)? As if it is irregular or you don't want to know about the nulls, you can normally do a "WHERE X IS NOT NULL" in sql. Just some ideas... Timothy _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
