Help for this page

Select Code to Download


  1. or download this
    [BILLING] 
    host = 123.213.13.2
    ...
    database = BILLING
    user = USER
    password = PASSWORD
    
  2. or download this
    BEGIN{  $ENV{SYBASE}='/opt/sybase....handwaving here...';
    }
    use DBI;
    my $dbh=DBI->connect('DBI:Sybase:server=BILLING') or die $DBI->errstr;