Help for this page

Select Code to Download


  1. or download this
        my $diff = Algorithm::Diff->new( [<IN1>], [<IN2>] );
    
  2. or download this
        sub cvIterToList {
            my $cvIter = shift( @_ );
    ...
            }
            return \@list;
        }
    
  3. or download this
        my $diff = Algorithm::Diff->new(
            cvIterToList($iter), [<IN>] );
    
  4. or download this
        cvIterToList( sub { $obj->Next() } )