Help for this page

Select Code to Download


  1. or download this
    <Files ~ "/usr/local/apache/htdocs/.+\.iphtml$">
    Options +ExecCGI
    SetHandler perl-script
    PerlHandler Apache::ePerl
    </Files>
    
  2. or download this
    <html>
    <body>
    <? print 'Hello World!<br/>'; !>
    </body>
    </html>