Help for this page

Select Code to Download


  1. or download this
    while ( my ($name, $stime, $etime, $unid, $loc, $desc) = $sth->fetchro
    +w_array() ) {
        my ($start, $end) = oracle_to_datetime($stime, $etime);
    ...
              uid => $unid,
            };
    }
    
  2. or download this
    $self->render(json => \@event_list);