Help for this page
my $foo = system("diff $args $file1 $file2");
my $foo = `diff $args $file1 $file2`;