Help for this page

Select Code to Download


  1. or download this
     
    sub print_tofile{
    open(TMPFILE, ">>$file") or die "Can not open $file\n";
    ...
      } # End of while.
    close TMPFILE;
    }