Help for this page

Select Code to Download


  1. or download this
     #!C:/perl/bin
    use strict;
    use warnings;
    ...
    open (DAT, ">$writefile") || die "Cannot Open File $!\n";
    print DAT "$plain_text"; 
    close($writefile);