Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: stateChapter 12
Databases and Perl
Next: Reference: trace
 

trace

 DBI->trace(n, filename)

Traces the execution of DBI.

n

An integer indicating the level of trace/debugging information, as follows:

0

Disable the trace.

1

Trace the execution of the DBI.

2

Output detailed call trace information including parameters and return values.

filename

The file to append trace information to.


Previous: Reference: statePerl in a NutshellNext: Reference: trace
Reference: stateBook IndexReference: trace