%hash = map {do {print "Your information for $_: "; chomp (local $_ = <STDIN>); $_} => $_} @array; [download]
In reply to Re: array to hash by Abigail-II in thread array to hash by johnirl