in reply to Re^2: converting JSON to CSV
in thread converting JSON to CSV

... let me know if its good coding.

What follows is in part my own personal preference, but a lot is current idiomatic Perl; I won't rigorously distingush between the two. My comments pertain to your

local( $/, *FH ) ; open( FH, '<', 'aws.json' ); my $text = <FH>;
section of code; the rest is from the AnonyMonk's post and looks good to me. Caveat: I haven't actually tested any of the code on which I'm commenting.


Give a man a fish:  <%-{-{-{-<