Guaranteed to impress old LISP hackers.#!/usr/bin/perl -w use strict; print "Limit? "; my %input = map { print "Key = Value: "; split(/=/, <STDIN>); } (1 .. +(<STDIN>)); print %input, "\n";
In reply to Re: populate a hash, with limits set by user?
by chromatic
in thread populate a hash, with limits set by user?
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |