in reply to Problem with counting the nodes in a hash created by XML::Simple from a XML file.

You are already using ForceArray. Maybe you want to add destination to that list?

Replies are listed 'Best First'.
Re^2: Problem with counting the nodes in a hash created by XML::Simple from a XML file.
by hdb (Monsignor) on Jul 18, 2013 at 12:53 UTC

    ... and item as well...

Re^2: Problem with counting the nodes in a hash created by XML::Simple from a XML file.
by turbodizik (Initiate) on Jul 18, 2013 at 13:41 UTC
    It was the solution! Thank you very much! I'm just silly, cause I forgot about this possibility, to force an array. :)