in reply to spreadsheet::xlsx and terrible stuff

A good module to have handy all the time is Data::Dumper. You can feed it data that you can't quite tell how it's structured and it will display it in a somewhat less confusing way, generally showing any nestedness of data structures. It's a convenient way to look at a complicated data structure quickly without having to write your own display.

And try what poj suggested above.

  • Comment on Re: spreadsheet::xlsx and terrible stuff