One thing at a time all the time!

Welcome to Rocteur
Saturday, April 20 2024 @ 02:38 AM CEST

Trace Debug your program

DBI_TRACE=2 perl your_test_script.pl

$sth = $dbh->prepare (qq {SELECT ...
$sth->trace (2);
$sth->execute ();

FAQ Manager » Perl DBI » Trace Debug your program