Help for this page

Select Code to Download


  1. or download this
    <IfModule mod_perl.c>
        PerlModule Apache2::ModPerl::Registry
    ...
            PerlSendHeader On
        </Location>
    </IfModule>
    
  2. or download this
    PerlModule Apache2::ModPerl::Registry
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    print "Content-type: text/plain\n\n";
    
    print "hello";
    
  4. or download this
    sub handler
    {
    ...
       print "hello";
    }
    1;
    
  5. or download this
    [...date here...] [error] failed to resolve handler `Apache2::ModPerl:
    +:Registry'
    
  6. or download this
    /usr/lib/perl5/vendor_perl/5.8.2/i686-linux/Apache2/ModPerl/Registry.p
    +m