Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
                    p('This application runs in ',mode(),' mode.'),
                    end_html();
    }
    
  2. or download this
    #!/usr/bin/perl
    
    ...
                    '<p>This application runs in ',($r->IsFastCGI() ? 'Fas
    +tCGI' : 'CGI')," mode.</p>\n",
                    "</body></html>\n";
    }