Re: compare two arrays

2007-06-20 Thread John W. Krahn
Andreas Moroder wrote: Hello, Hello, I have two arrays with strings and I have to find out the differences between this arrays. Is a perl function available that does this ? perldoc -q "How do I compute the difference of two arrays" John -- Perl isn't a toolbox, but a small machine shop

Re: compare two arrays

2007-06-20 Thread Jeff Pang
Andreas Moroder 写道: Hello, I have two arrays with strings and I have to find out the differences between this arrays. Is a perl function available that does this ? Hello, You may try this module: http://search.cpan.org/~typester/Array-Diff-0.04/lib/Array/Diff.pm -- To unsubscribe, e-mail:

compare two arrays

2007-06-20 Thread Andreas Moroder
Hello, I have two arrays with strings and I have to find out the differences between this arrays. Is a perl function available that does this ? Thanks andreas -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/