Help for this page

Select Code to Download


  1. or download this
    $student1->add_courses(["C++", "Java"]);
    
  2. or download this
    $self->{"Course(s)"} = $courses;
    
  3. or download this
    $self->{"Course(s)"} = ["C++", "Java"];
    
  4. or download this
    print join(', ', @{$self->{"Course(s)"}}), "\n";