Help for this page

Select Code to Download


  1. or download this
    sub do_select
    {
    ...
            return $results;
        }
    }
    
  2. or download this
    $dbh = DBI->connect( $connect_string, $user, $password, { PrintError =
    +> 0, RaiseError => 1 } );