in reply to creates anonymous hashes with hash slices
$x = { map { $_ => $parm{$_} } 2..4 }; [download]
-- Randal L. Schwartz, Perl hacker