in reply to Re: Array to nested hash
in thread Array to nested hash

The question is - why?

Homework?

Replies are listed 'Best First'.
Re^3: Array to nested hash
by amw1 (Friar) on Nov 08, 2004 at 17:20 UTC
    No, not homework. Trying to generate a nested data structure from a path statement that looks like
    level1::level2::level3::leaf
    for a menuing system.