I am just learning to use mod_perl. I recently installed the Apache::Session package. I am trying to use the code listed below, but I get an error saying TIEHASH object method not found in Apache::Session::MySQL
use strict; use Apache::Session::MySQL; tie (%session, 'Apache::Session::MySQL', undef);
I am running ActiveState Perl 5.6.1 on Windows 2000. Thanks for answers in advance.
In reply to Apache::Session error by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |