Algorithm-Diff
view release on metacpan or search on metacpan
htmldiff.pl view on Meta::CPAN
close FH;
# Expand whitespace
preprocess( \@a );
preprocess( \@b );
# inline style
my $style = <<EOS;
PRE {
margin-left: 24pt;
font-size: 12pt;
font-family: Courier, monospaced;
white-space: pre
}
PRE.onlyA { color: red }
PRE.onlyB { color: blue }
EOS
# Print out the starting HTML
print
# header(),
( run in 1.822 second using v1.01-cache-2.11-cpan-5735350b133 )