Help for this page

Select Code to Download


  1. or download this
    sudo a2enmod perl
    /etc/init.d/apache2 restart
    
  2. or download this
    #!/usr/bin/perl
    print "Content-type: text/plain\n\n";
    print "mod_perl 2.0 rocks!\n";
    
  3. or download this
    PerlModule ModPerl::Registry
    <Location "/mp2-test/">
    ...
     Options +ExecCGI
    </Location>