Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Apache::Session error
by lachoy (Parson) on May 14, 2002 at 04:17 UTC |