It seems that you are creating an unintended closure.
You should try declaring your vars inside of the sub 'checkin' and not outside
of it. This may not be your only problem but it's a good place to start.
Michael Peters
Venzia
Levente Janovszki wrote:
>
> my ( $r, $cookie, %session, $html_c
Hi,
I have a problem with Apache::Sesson, I'm using the following code under :
Server Version: Apache/1.3.28 (Linux/SuSE) PHP/4.3.3 mod_perl/1.28
perl-Apache-Session-1.54-439
mysql-4.0.15-9
perl-DBI-1.37-49
perl-Msql-Mysql-modules-1.2219-331
-- checkin.pl -
#!/usr/bin/perl
use strict;
u