in reply to Two questions about hashes

You might have a look at modules like Data::Walk or Data::Nested helpful. If you spend a bit of time going through the Data modules, you will find these and perhaps others that would help you avoid the repetition of nested loops.

Replies are listed 'Best First'.
Re^2: Two questions about hashes
by i5513 (Pilgrim) on Jun 02, 2011 at 08:38 UTC
    Thank you very much
    
    I read about Data::Nested / Data::Walk, it is very interesting. Probably I will test it in my next perl script, but only if I have not to execute it in remote servers which won't have cpan modules installed,
    
    I think it is a great idea.
    
    Maybe I will test Data::Find too ;-)