"Use of uninitialized value at
/usr/lib/perl5/site_perl/5.005/i586-linux/HTML/Embperl.pm line 400."
This is what I get when Apache-1.3.19/mod_perl-1.24 is starting and loading
Embperl.pm (1.3.3) in the perl startup file with session management enabled.
I could fix it by moving the lines
>my $session_handler = $ENV{EMBPERL_SESSION_HANDLER_CLASS} ||
'HTML::Embperl::Session' ;
>eval "require $session_handler" ;
>die $@ if ($@) ;
of Embperl.pm to the beginning of the else block, so that
$Apache::Session::VERSION is defined. Is that ok?
Please cc to me. Thank you.
Regards,
Arno Lehmann
MSI GmbH, Stuttgart, Germany
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]