Help for this page
use Apache::Debug level => 4
#!/usr/bin/perl print "Content-type: text/plain\n\n"; print "mod_perl rules!\n";
use Apache::Debug ( ); my $r = shift; Apache::Debug::dump($r, "some comment", "another comment", ...);