Help for this page

Select Code to Download


  1. or download this
    <html>
    <head>
    ...
    This is my first homepage. <b>This text is bold</b>
    </body>
    </html>
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    print redirect( "./cgiSample.html" ) unless ( "name" );
    
    print hr(), end_html();
    
  3. or download this
    $ perl cgiSample.pl
    <hr />
    </body>
    </html>