Help for this page

Select Code to Download


  1. or download this
       use CGI;                             
    
    ...
                 $q->h1('hello world'),         
                 $q->end_html;                  
       close OUT or "Couldn't close out file: $!";
    
  2. or download this
    use CGI;                             
    
    ...
             $q->h1('hello world'),         
             $q->end_html;                  
       open(STDOUT, ">&SAVE");