in reply to Transforming hash (removing useless key)
my $result = (each %$data)[1]; [download]
-b
my $result = (%$data)[1]; [download]