Try at
the start of your handler
sub
handler
{
my $r = shift ;
Apache -> request ($r)
;
This
sets the request record which is needed by the newer version of
CGI.pm
Gerald
-------------------------------------------------------------
|
- Transaction handler weirdness Kevin Glass
- What is a transaction handler? Gerald Richter
- What is a transaction handler? Keith Kwiatek
- How do I package my DBI subroutines? Keith Kwiatek
- Re: How do I package my DBI subroutines? G.W. Haywood