in reply to Help creating a data structure
foreach my $key (sort keys %presentations) { $pres_answ {$presentations{$key}} = param($key); } [download]