Help for this page
for (@ids) { my $stmt = "SELECT * FROM shows WHERE id = '$_'"; ... push @$allshows, $shows); } }