Also, your statementif (defined($_))
probably does not do what you think it does. Please read the documentation for what that function returns. It also effects the value of $_, which is probably undesirable.elsif (undef($_))
instead of that, just replace that line by
else
I hope life isn't a big joke, because I don't get it.
-SNL
In reply to Re: Perl DBI NULL and undef
by NetWallah
in thread Perl DBI NULL and undef
by chefchanyu
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |