Help for this page

Select Code to Download


  1. or download this
    print ul( map { ul("$course") } keys %data);
    
  2. or download this
    print "<ul>";
    foreach my $ref ( @records ) {
        print "<li>", $ref->{Course}, "</li>";
    }
    print "</ul>";