or$sth->execute( map { defined($_) && length($_) ? $_ : undef } @seen_values );
$sth->execute( map { no warnings 'uninitialized'; length($_) ? $_ : undef } @seen_values );
In reply to Re^2: Want DBI to load empty strings as NULL
by ikegami
in thread Want DBI to load empty strings as NULL
by Narveson
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |