in reply to Apache::ConfigFile iterate problem

Usually you define a recursive function that accepts a hash, an array or a scalar, and does something with the scalars and calls itself for each item of the array or hash.

But in the end it depends on what you want to do with the data.

Perl 6 - links to (nearly) everything that is Perl 6.