in reply to CGI spilling Perl internals into error log

Are you serializing some database handle or something else in your code ?

/J\

  • Comment on Re: CGI spilling Perl internals into error log

Replies are listed 'Best First'.
Serializing DBI!?!!
by kellan (Initiate) on Feb 18, 2002 at 08:03 UTC
    Yes, exactly! Way down deep some data structure had a reference to a $dbh, and was getting passed to Storable's clone method.

    Thank you so much. How did you know?

      How did you know?

      Been there, done that, filled up /var :)

      /J\