print "What's the limit?: " chomp($limit = ); foreach (1 .. $limit) { print "enter variable $_ : "; chomp($somehash{$_} = ); }