in reply to Re^3: Recursive search for duplicate files
in thread Recursive search for duplicate files

The hash's values are references to arrays.

Since push expects an array, not an array ref, it needs to be dereferenced with the @{ $array_ref } syntax.