in reply to
comparing arrays
Most efficient in typing and testing needed :)
use Data::Compare; if (Compare(\@a, \@b)) { # equal }
[download]
gav^
Comment on
Re: comparing arrays
Download
Code
In Section
Seekers of Perl Wisdom