Highlight differences between 2 files using curses highlighting, a little like "watch -d". #!/usr/bin/perl =head1 SYNOPSIS hidiff old_file new_file =head1 DESCRIPTION Highlight the differences between two files using curses. The result of thinking, wouldn't it be nice to do "watch -d" on two files. =head1 NOTES This is not a diff-like utility, it doesn't yet doi Longest Common Sub +string cleverne