Help for this page

Select Code to Download


  1. or download this
    sub getGrades {
        my $grades;
    ...
        $grades =~ s/,$//; # remove trailing comma
        return $grades;
    }
    
  2. or download this
    sub storeData {
        my $table = shift;
    ...
    
        print $template->redirect('http://www.someserver.com/some/path/tha
    +nks.html');
    }