my $diff = diff "after.txt", "before.txt", { OUTPUT => \*STDOUT, STYLE => "Table", CONTEXT=>0 }; # Um - I used *STDOUT to test..