in reply to Re: Re: Algorithm::Diff icult to use
in thread Algorithm::Diff icult to use

Makes sense. You're right that "5" hardwired everywhere could cause trouble...

Oh, and I like your foreach better than the shift approach. It's probably faster, and it's what foreach is for. :)
--
Mike

  • Comment on Re: Re: Re: Algorithm::Diff icult to use