in reply to Re: Use of wantarray Considered Harmful
in thread Use of wantarray Considered Harmful
The result is quite clearly documented, albeit having two possibilities in certain situations.The result of fetchrow_array in scalar context is undefined or at least undocumented.$field = $sth->fetchrow_array();
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Use of wantarray Considered Harmful
by ikegami (Patriarch) on Dec 14, 2008 at 03:30 UTC |