Help for this page

Select Code to Download


  1. or download this
    foreach my $filename (@file_list) {
        chomp $filename;
        clean_file($filename);
    }
    
  2. or download this
        my $h = HTML::Clean->new($filename, 9);