Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -T
    
    ...
    print "ERROR: " . $dbh->errstr if $dbh->err;
    
    print "\nCRID: $crid\n";
    
  2. or download this
    #!/usr/bin/perl -T
    
    ...
    
    __END__
    
  3. or download this
    TEST: 0
    
    CRID: 1
    
  4. or download this
    $html->head;
    
  5. or download this
    #$html->head;
    print "Content-type: text/plain\n\n";
    
  6. or download this
    <p>TEST: 0</p>
    <p>CRID: 1</p>