for (@ids) { my $stmt = "SELECT * FROM shows WHERE id = '$_'"; &execute_it( $stmt ); #sub that prepares and executes while (my $shows = $sth->fetchall_arrayref({})) { push @$allshows, $shows); } }
In reply to Re: Pushing AoH refs into another AoH ref
by japhy
in thread Pushing AoH refs into another AoH ref
by bradcathey
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |