Help for this page

Select Code to Download


  1. or download this
    <html>
    <head>
    <title>test page</title>
    ...
    <h1>Hello World!!!</h1>
    </body>
    </html>
    
  2. or download this
    #!/usr/bin/perl
    # dbtest.pl
    ...
    }
    $sqlquery ->finish();        
    $CDS->disconnect || die "failed to disconnect\n";
    
  3. or download this
    #!/usr/bin/perl
    # dbtest.pl
    ...
        
    $sqlquery ->finish();        
    $CDS->disconnect || die "failed to disconnect\n";