in reply to Re: Using Array::Compare
in thread Using Array::Compare

Well no. Of course you don't need a module to do it. You don't need a module to do anything in Perl. But if you want to reuse the code in a number of programs then it makes sense to put it a module. Which is what I did. And then I put it on CPAN in the hope that it would save people time as they wouldn't need to write those functions themselves.

But, obviously, feel free to not use it :-)

--
<http://dave.org.uk>

"The first rule of Perl club is you do not talk about Perl club."
-- Chip Salzenberg

Replies are listed 'Best First'.
Re^3: Using Array::Compare
by kabeldag (Hermit) on Jul 05, 2006 at 13:11 UTC
    Hey.

    It's a great thing having bundled code. Don't get me wrong. I think it is good that you have created the module and I acknowlege the fact that you have. I was merely just posting a bit of code :).

    Just take off some of my XP ;') Good work on the module though.