in reply to stat() returning values in random order for files on s3 bucket? (SOLVED)

Perhaps something has pulled in something similar to File::stat and overridden the builtin stat with something providing a hash (which is getting flattened into a list and you're saving into an arrayref . . . somehow; without more context like the code producing your sample output it's hard to tell so that's just guessing)?

The cake is a lie.
The cake is a lie.
The cake is a lie.

  • Comment on Re: stat() returning values in random order for files on s3 bucket?