Help for this page

Select Code to Download


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