Help for this page

Select Code to Download


  1. or download this
    use strict;
    use CGI::Pretty;
    ...
      $response->write($line);
    };
    print end_html;
    
  2. or download this
    use strict;
    use CGI::Pretty;
    ...
    foreach (split "\n", slurp '<c:\supportweb\content\sitelist.txt'){
      $response->write($_)}
    print end_html;
    
  3. or download this
      Content-Type: text/html; charset=ISO-8859-1