Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use CGI;
    ...
      $q -> start_html( -base => { 'href' => '$url' }),
      $q -> p( 'blah, blah' ),
      $q -> end_html;
    
  2. or download this
    <?xml version="1.0" encoding="iso-8859-1"?>
    <!DOCTYPE html
    ...
    </body>
    
    </html>
    
  3. or download this
    #!/usr/bin/perl
    
    ...
      $q -> p('blah, blah'),
      $q -> end_html;