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", ...);
## #!/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", ...);