Help for this page

Select Code to Download


  1. or download this
    sub add_courses {
        $self = shift;
        $courses = shift;
        push(@{$self{"Course(s)"}->[], $courses);
    }