On 9/14/07, Eli Shemer <[EMAIL PROTECTED]> wrote: > Once I add the apr object I get no error but I also receive no output on the > screen.
What are you trying to do? You can't use the mod_perl stuff in a command-line script outside of mod_perl. > my $r=Apache2::RequestRec; What does that do? Is it assigning the string "Apache2::RequestRec" to $r? It's not calling any method. You should get $r passed in to your handler. - Perrin