What about something like this?
my $data; while ($_ = $sth->fetchall_arrayref()) { uc(${$_}{'title'}) if(${$_}{'title'} eq "large"); push @{$data}, $_; }
In reply to Re: Dereferencing fetchall_arrayref({})
by b10m
in thread Dereferencing fetchall_arrayref({})
by bradcathey
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |