- or download this
print "Errors are: $sth->err\n";
print "I got out: ref($rec_ref)\n";
- or download this
Errors are: DBI::st=HASH(0xe2478)->err
I got out: ref(HASH(0xf9d14))
- or download this
if ($rec_ref->{'company'} ne "")
{
...
else {
return undef;
}