Hey again Once I add the apr object I get no error but I also receive no output on the screen.
Any thoughts ?
#!/usr/bin/perl
use Apache2::Request;
my $r=Apache2::RequestRec;
#my $apr = Apache2::Request->new($r);
$r->content_type('text/html');
$r->headers_out();
print "bla";
