sub nullify_array { for(@_) { $_='(null)' unless(defined()); } @_; }