#!/usr/bin/perl -w use strict; print "Limit? "; my %input = map { print "Key = Value: "; split(/=/, ); } (1 .. ()); print %input, "\n";