Help for this page

Select Code to Download


  1. or download this
    syntax error at /usr/lib/cgi-bin/about_deadline.cgi line 30, near ") {
    +"
    syntax error at /usr/lib/cgi-bin/about_deadline.cgi line 33, near "}"
    
  2. or download this
    my ($conf) = new Config::General(
        -ConfigFile     => 'somefile.conf',
        -ExtendedAccess => 1
    ...
            print $deadlinetyp[$i]." <b>".$deadline[$i]."</b><br>";
        $i++;
        }
    
  3. or download this
    print header;
    
    my ($conf) = new Config::General(
    ...
    # Clean up the record set and the database connection    
        $sth->finish();
        $dbh->disconnect();