Hi, [Tue Jan 10 22:05:34 2006] [error] [client 127.0.0.1] Can't locate object method "FETCH" via package "APR::Table" at e:/web/modules/Modul.pm line 35.\n
The line 35 of that script contains: my ($session_id) = $r->headers_in->{Cookie}; I have read perldoc APR::Table and I have seen that it says that this module has a "FETCH" method. I have tried upgrading Apache2::RequestIO, Apache2::RequestUtil, Apache2::RequestRec, APR, APR::Table, but cpan said that the latest version is installed. The modules loaded by that script that gives errors are: use Apache2::RequestRec (); use Apache2::RequestIO (); use Apache2::RequestUtil (); use Apache2::Const -compile => qw(:common); Thank you. Teddy