Hendricks Paul D A1C 27 IS/INYS wrote:
> Hello beginners!
>
> Where do I start... I've already done some reading on this and I've played
> tag the wall with the forehead long enough.
> What I'm challenging myself to do is to create:
> a) a way to name a hash from user input
Don't.
If you really want to have some basic value for the hash to come from input, then add
a 'name' key to the hash, and assign the user-submitted name to that.
$myHash{'name'} = shift;
Joseph
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]