In case the original version doesn't work for you (error "Search pattern not terminated at ..."), your Perl might be too old (<5.10). In this case, you could say instead
my @a = map defined $_ ? $_ : 'NA', split /\t/, $line;
Or upgrade Perl.
In reply to Re^3: Short version of database push for multiple variables
by Eliya
in thread Short version of database push for multiple variables
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |