Hi Vincent,
I don't have Debian. Therefor just a view hints.
1) CGI::Cookie loading is done sometimes dynamically via require. E.g. in
CGI.pm itself.
2) mod_perl 1/2 with the helper modules Apache2::RequestUtil interact
dynamically.
3) It can be possible that you have a version clash (alone or in
Hi List,
I have two servers using mod_perl, both having the same modules installed and
enabled; server1 got a fresh install of Debian Buster, while server2 was
upgraded to Buster from Stretch.
This code :
my $cookie = CGI::Cookie->new(-name => 'session',