Help for this page

Select Code to Download


  1. or download this
    use DBI;
    use CGI;
    ...
    $test = $p->{test};
    print "element is $test, quoted element is " .
      $dbh->quote($test) . "\n";
    
  2. or download this
    DBI->trace(2, 'dbitrace.log');