in reply to Using Array::Compare

full_compare in scalar context returns the number of different elements between the two lists. In this case there are no different elements so the result is 0 and the sense of the test is wrong.


DWIM is Perl's answer to Gödel