Colin Wetherbee wrote:
# BEGIN CODE BLOCK
  my $req = Apache2::Request->new($r);

  $r->content_type('text/html');
  $r->print("test<br />\n");
# END CODE BLOCK

OK, problem solved.

I didn't have mod_apreq enabled. For what it's worth, I don't recall seeing anything about enabling mod_apreq in the documentation; it just said enable mod_perl, and showers of gold will fall from the sky or something. :P

Thanks for your help, everyone.

Colin

Reply via email to