in reply to mapping two arrays into anon hash


You could use an array slice:     { username => 'slice', ( @usual, 33, 44, 55 )[0, 3, 1, 4, 2, 5] },I don't know if you could classify that as legible however.

Personally, I'd prefer the subroutine approach for maintainability.

--
John.