On Wed, 21 Dec 2005 10:15:49 -0600 Frank Wiles <[EMAIL PROTECTED]> wrote:
> You want to do this instead: > > sub handler { > my $r = shift; > my $req = Apache2::Request->new( $r ); > my %ins = &process_input($r); > > $r->print..... > } Of course I notice the typo as the message is sending and I'm too slow to hit cancel! That should be my %ins = &process_input( $req ) not $r. --------------------------------- Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org ---------------------------------