and that should take care of your problem.while (my $row = $sth->fetchrow_arrayref) { foreach my $field (@$row) { $field = '(NULL)' unless defined($field); } ... (the rest of your code) ... }
In reply to Re: Perl DBI and NULL vales from MSSQL
by sachmet
in thread Perl DBI and NULL vales from MSSQL
by Asheep
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |