Help for this page

Select Code to Download


  1. or download this
    my $foo = system("diff $args $file1 $file2");
    
  2. or download this
    my $foo = `diff $args $file1 $file2`;