Hello monks,
I got an array with the following values. @asdf = {A,B,C,D,E,F, ...}
I want to create a Hash with the structure
$hash{A}{B}{C}{D}{E}{F}...
I would have to do this many times for different array lengths into the same hash. How can I do this?