Help for this page

Select Code to Download


  1. or download this
    a b c   e h j   l m n p
      b c d e f j k l m r s t
    
  2. or download this
     [ 
       [ [ '-', 0, 'a'  ] ],
    
    ...
         [ '+', 11, 't' ],
       ]
    ]
    
  3. or download this
    # Suppose @i1 and @i2 contain the slurped contents
    # of two input files.
    foreach my $hunk (Algorithm::Diff::diff(\@i1, \@i2))
    ...
                $element->[2];
        }
    }