Help for this page

Select Code to Download


  1. or download this
    sub getHallDetails() {
      my ($hall_id, $dbh) = @_;
    ...
      my $hall_details={ $hall_id => $res_arr };  
      return $hall_details;
    }