Help for this page
sub getHallDetails() { my ($hall_id, $dbh) = @_; ... my $hall_details={ $hall_id => $res_arr }; return $hall_details; }