Help for this page

Select Code to Download


  1. or download this
    my $schema = Timetable::Schema->connect("dbi:Oracle:$schema_name",
                            $db_username, $db_password,
    ...
                           ->search($id);
    print "Start time is ", $resultset->start_time;
    # Start time is 2018-04-30T16:00:00
    
  2. or download this
    use utf8;
    package Timetable::Schema::Result::Ical;
    ...
    };
    
    1;