Help for this page

Select Code to Download


  1. or download this
              <tr>
              <td colspan=3>
    ...
            </table>                
               </body>
              </html>
    
  2. or download this
    open(FILE, "$text_file") || print "Can't open output file1: $text_file
    +\n";
      
    ...
        print DATA_OUT $save;
        close FILE;  
       print  $save;