Hi everybody,
I'm using DBI 1.06 and Perl 5.
Is it possible de keep the db handle ($dbh) trough several cgi in order to :
- avoid to connect at the beginning of each cgi - Begin a transaction in a cgi et finish it in another cgi
Thanks in advance
Livio