At the top of Diff.pm, the export name for LCSidx is erroneously given as LCDidx. This makes it impossible to use the function.
Tue Nov 23 13:29:29 2004Guest - Correspondence added
[guest - Tue Nov 23 09:56:08 2004]:
Show quoted text
> At the top of Diff.pm, the export name for LCSidx is erroneously given
> as LCDidx. This makes it impossible to use the function.
You should be able to use it via a direct call...
Algorithm::Diff::LCSidx()
No doubt, the export list should be corrected - but the function is
still available.
Ed