Help for this page

Select Code to Download


  1. or download this
    <html>
    .......
    ...
    </frameset>
    </html>
    
  2. or download this
    <td width=28% align=center>
    <input type="submit" name="act" value="xxx" class="cbutton">
    
  3. or download this
     #!c:\\perl\\bin
    
    ...
     open(OUTFILE, ">$outfile1");
     print OUTFILE "$output_page";
     close(OUTFILE);