in reply to how can i print an array nested in an array which is further nested in hash?

if you do this for testing/debuging use Data::Dumper
use Data::Dumper # build your hash print Dumper \%hash;
if it's not for testing, please tell us what the output should look like.
  • Comment on Re: how can i print an array nested in an array which is further nested in hash?
  • Download Code