Once you do this, you'll see that your second example is basically the same as the first, except it iterates thought the hash instead of dumping the keys all at once.while($info = $sth->fetchrow_hashref) { @case = keys %{ $info }; print @case; }
In reply to Re: DBI Fetchrow_hasref issue
by jweed
in thread DBI fetchrow_hashref issue
by jorvic
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |