[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 following works me... I cut and pasted your "line 35"

package TEST::Headers;

use strict;
use warnings FATAL => 'all';
use Carp;

use Apache2::RequestRec ();
use Apache2::RequestIO ();
use Apache2::Const -compile => qw (OK);

sub handler {
    my $r = shift;

    my ($session_id) = $r->headers_in->{Cookie};

    $r->content_type('text/plain');

    return Apache2::Const::OK;
}

1;

Thats mod_perl 2.0.2






--
------------------------------------------------------------------------
"Love is not the one you can picture yourself marrying,
but the one you can't picture the rest of your life without."

"It takes a minute to have a crush on someone, an hour to like someone,
and a day to love someone, but it takes a lifetime to forget someone..."

"I wanna hold ya till I die ... I wanna hold ya till the fear in me subsides."

Philip M. Gollucci ([EMAIL PROTECTED]) 301.254.5198
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com
1024D/A79997FA F357 0FDD 2301 6296 690F  6A47 D55A 7172 A799 97F

Reply via email to