test whether two arrays are equal
[email protected] (Dan Jacobson) Sat, 04 Dec 2004 22:31:50 +0800
| Newsgroups | perl.documentation |
|---|---|
| Message-ID | <[email protected]> |
Say, is if("@frogs" eq "@toads"){} worthy of being added to the top of
$ perldoc -q 'How do I test whether two arrays or hashes are equal?'
as a "beginners method (that has XYZ pitfalls, whereupon we try instead...)?