Help for this page

Select Code to Download


  1. or download this
    
    CPAN Algorithm::Diff method:
    ...
        
        avg. = 11.68 sec
    
  2. or download this
    
    CPAN Algorithm::Diff method:
    ...
        
        1.676 secs
    
  3. or download this
    
    repeatedly compare same two files 1000 times:
    ...
        Algorithm::Diff    92.23  sec
        diffutils           1.676 sec
    
  4. or download this
    
    ## this is the framework:  
    ...
    
        print `diff --suppress-common-lines -y /tmp/diff_774885959483_1 /t
    +mp/diff_774885959483_2`;
    
  5. or download this
    
    #!/usr/bin/perl
    ...
    
    exit;
    
  6. or download this
    
    ## full recursive script using CPAN Algorithm::Diff :
    ...
    
    exit;