On Oct 24, 2008, at 1:24 PM, Michael Peters wrote:

Perrin Harkins wrote:
On Fri, Oct 24, 2008 at 4:20 PM, Benjamin Hitz <[EMAIL PROTECTED] > wrote:
In case anyone was wondering about this head scratcher - you have to set
DBI_TRACE before you load DBI.pm.
You can just call DBI->trace() instead.

Or put
BEGIN { $ENV{DBI_TRACE} = 1 }
before your "use DBI".


Actually this doesn't work for me, I guess sometimes the BEGIN implied in use goes before the explicit BEGIN.

Ben
--
Ben Hitz
Senior Scientific Programmer ** Saccharomyces Genome Database ** GO Consortium
Stanford University ** [EMAIL PROTECTED]




#####  CGI::Application community mailing list  ################
##                                                            ##
##  To unsubscribe, or change your message delivery options,  ##
##  visit:  http://www.erlbaum.net/mailman/listinfo/cgiapp    ##
##                                                            ##
##  Web archive:   http://www.erlbaum.net/pipermail/cgiapp/   ##
##  Wiki:          http://cgiapp.erlbaum.net/                 ##
##                                                            ##
################################################################

Reply via email to