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