Help for this page

Select Code to Download


  1. or download this
    open(HTML,"<$html_file") || die "Could not open $html_file:$!\n";
    open(TXT,"<$txt_file") || die "Could not open $txt_file:$!\n";
    ...
       }
    }