in reply to Re: Convert hash to CSV using Text::CSV::Slurp
in thread Convert hash to CSV using Text::CSV::Slurp

I wonder why I need Text::CSV::Slurp?
According to its documentation, the create method of the Text::CSV::Slurp module can generate a CSV from an array of hashes. Here you have a hash of hashes, which is probably why you obtained scrambled output.

Je suis Charlie.