Help for this page

Select Code to Download


  1. or download this
    <html>
    <head>
    ...
    <!--#include virtual="ssi_test.cgi?q=hi!"-->
    </body>
    </html>
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    print $q->header;
    my $param = $q->param('q');
    print qq|<h1>$param</h1>|;
    
  3. or download this
    ssi demo
    hi!