Help for this page
my $HTML_dir="C:\htmlperl";<br> my $output="C:\htmlperl\output.txt";<br> my $file = $ARGV[0];<br>
# folder where the HTML-files (that need to be parsed are stored my $html_dir = '/path/to/dir/with/html.files'; ... # parse the files # store all results that you got from the HTML-files in only one +txt-file. }