in reply to Array comparison doesn't work
Not much to add, except that it is the same if you want to return two or more arrays from a subroutine: you also need to return references to those arrays, otherwise the arrays get flattened into one single array.
|
|---|