Here I push the entire contents of the fetched rows.while (@row = $sth->fetchrow) { if (@row > 1) { push(@ret,[@row]); } else { push(@ret,@row); } } $sth->finish;
In reply to Re: Howto fetch procedure return value
by Super Monkey
in thread Howto fetch procedure return value
by WestaII
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |