in reply to Re^2: Hashing uninitialized values when no value returned from DBI sql select
in thread Hashing uninitialized values when no value returned from DBI sql select

With Perl 5.8.8:

$ perl -e '$v2=undef;$v1 = $v2 // "";' Search pattern not terminated at -e line 1. $ perl -e '$v2=undef;$v1 = $v2 / "";' Illegal division by zero at -e line 1.
  • Comment on Re^3: Hashing uninitialized values when no value returned from DBI sql select
  • Download Code