The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

{ my $seq_id = $app->select_nextval('course___id'); # my $seq_id = 28; my $school_id = $app->select_school_id_via_school_name('Boston University'); $app->insert_course( $seq_id, 'Hinduism', 'http://www.bu.edu/religion/courses/coursespage/courses-new.html', $school_id, 'Introduction to the Hindu tradition. Ritual and philosophy of the Vedas and Upanishads, yoga in the Bhagavad Gita, gods and goddesses in Hindu mythology, "popular" aspects of village and temple ritual, and problems of modernization and communalism in postcolonial India.' , 'RN 213');

# my $mid = 10;# "A Rapid Sanskrit Method" $app->select_id_from_name('Bhagavad Gita', 'book'); # my $mtid = $app->select_id_from_name('book','material_type'); # warn "$app->insert_course_material($seq_id, $mtid, $mid);"; # $app->insert_course_material($seq_id, $mtid, $mid); }