Help for this page
my $appearances = []; while ( my $ref = $sth->fetchrow_hashref() ) { ... my $eps = $appearances->[$season -1 ]->{eps}; push @$eps, $ref; }
$appearances = [ ... [ {season => 1, ep => 1, title => 'Hellmouth' }, ......