|
|
| The stupid question is the question not asked | |
| PerlMonks |
Re^3: Fastest way to compare multiple variables?by owendelong (Initiate) |
| on Feb 27, 2013 at 00:27 UTC ( #1020782=note: print w/ replies, xml ) | Need Help?? |
|
The problem with that is that the code will produce an incorrect result in the case: my @list={"a","aaaa","aa","aaaaaaaa","a"}; In the above (admittedly pathological) case, it would report all equal when this is not true.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||