Help for this page
use strict; use warnings; ... my $wanted = q{<html><head></head><body><table><tr><td valign="top" wi +dth="10"></td></tr></table></body></html>}; my $got = $html_tree->as_HTML(); is($got, $wanted);
my (@files, @rippers); @files = Filecontrol::get_files($dir); ... foreach my $file (@files) { `tidy -asxml -m $file`; }