Help for this page

Select Code to Download


  1. or download this
        #diffgen.pl
        use warnings;
    ...
        my $diff = diff "./Project1/include/jcapi_includes.h", 
        "./Project1/2.1/include/jcapi_includes.h", 
        { STYLE => "Unified" }, ( OUTPUT => "./result.diff" );
    
  2. or download this
    perl diffgen.pl
  3. or download this
    test test...