Help for this page

Select Code to Download


  1. or download this
    sub connect
    {
    ...
    
      return (DBI->connect ($dsn, $user_name, $password, \%conn_attrs ));
    }
    
  2. or download this
    use Cookbook_grave; # the connection as above
    use CGI;
    ...
    
    print LOG_FILE "search term 1: $search_term1\n";
    print LOG_FILE "rows found: $nrows\n\n";