Help for this page

Select Code to Download


  1. or download this
    // in the main CGI script
    sub dbh {
      $main::dbh ||= DBI->connect(...);
    }
    
  2. or download this
     main::dbh()->selectall_arrayref(...)