Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    BEGIN
    ...
    </body>
    </html>
    EOF
    
  2. or download this
    [root@station34 cgi-bin]# ./dbdsybase.cgi 
    Content-Type: text/html; charset=ISO-8859-1
    ...
    Perhaps a required shared library or dll isn't installed where expecte
    +d
     at ./dbdsybase.cgi line 29
    Syabse:/usr/local/freetds<br>LD_LIBRARY_PATH:/usr/local/freetds/lib<br
    +><h2>**********-----><-----**********</h2>[root@station34 cgi-bin]#
    
  3. or download this
    [root@station34 cgi-bin]# ./dbdsybase.cgi 
    Content-Type: text/html; charset=ISO-8859-1
    ...
    </form>
    </body>
    </html>
    
  4. or download this
    Syabse:/usr/local/freetds
    LD_LIBRARY_PATH:/usr/local/freetds/lib
    **********-----><-----**********
    
  5. or download this
    my $dbh = DBI->connect("dbi:Sybase:host=$hostname;port=$portno;server=
    +$database_name;",$db_username,$db_password) || warn "Database Connect
    +ion not made: $DBI::errstr";
    print "<h2>**********$dbh**********</h2><br>";
    ...
    </body>
    </html>
    EOF