Help for this page

Select Code to Download


  1. or download this
    my @quarters = qw/none first second third fourth/;
    
    ...
                            ." database search failed: $DBI::errstr" );
    }
    
  2. or download this
    sub termgrades {
        my ($period, $quarter) = @_;
    ...
                            ." database search failed: $DBI::errstr" );
        return $sth; # perhaps ... see text
    }