I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2012-08-29 06:37:32.020763-07 by gyper
Can't load data from DB
Hi i can't load data from DB, please tell me whats wrong ???
i use CGI::Session ('-ip_match'); create new session by CGI-Session-Driver-oracle, than i see in the database my session and values f +or this session. print $session->dump and see that all parametres are defined then i did $session->flush; and try load data $session=CGI::Session->load('driver:oracle',undef,{handle->$dbh}); print $session->dump and see that all parametres are undefined except SESSION_REMOTE_ADDR
what i did wrong ??? why data can't load from DB ???
Direct Responses: 13798 | Write a response