Help for this page

Select Code to Download


  1. or download this
    my $dbh = foo( 
        q{debug}  => 0, 
    ...
        q{user}   => SQL_USER,
        q{pass}   => SQL_PASS,
    );
    
  2. or download this
    my $dbh = foo( SQL_SERVER, SQL_PORT, SQL_DB, SQL_USER, SQL_PASS, DEBUG
    + );
    
  3. or download this
    my $dbh = foo( SQL_DSN, SQL_USER, SQL_PASS, DEBUG );