Help for this page

Select Code to Download


  1. or download this
    The Apache::DProf module also requires apache version 1.3b3 or higher 
    +and PerlChildInitHandler enabled. It is configured simply by adding t
    +his line to your httpd.conf file:
    
     PerlModule Apache::DProf
    
  2. or download this
    sub sleepy {
      sleep 10;
    }