Help for this page

Select Code to Download


  1. or download this
    my $HTML_dir="C:\htmlperl";<br>
    my $output="C:\htmlperl\output.txt";<br>
    my $file = $ARGV[0];<br>
    
  2. or download this
    # 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.
    }