True,
Array::Compare's full_compare function will also return differences, but I tend to shy away from this module. It's very inefficient. In most cases, a simple iterate-and-compare loop is faster than its 'compare' function. Its full_compare function is also a lot slower than any of the
Perl Cookbook-style "array difference" methods.