in reply to Strange behavior: Class::DBI with CGI::Application

Why are you blessing the reference yourself? Class::DBI does a lot of magic behind the scenes so it might be related to that. Why don't you either retrieve() the object or create() it?

Replies are listed 'Best First'.
Re^2: Strange behavior: Class::DBI with CGI::Application
by johnnywang (Priest) on Feb 08, 2005 at 00:22 UTC
    yes, I do use retrieve(), the "bless ..." is a result of Data::Dump after I'm stuck with the problem. Thanks.