theEclipse
Programmer
Hello,
I am attempting to set up a perl script that will take in any form inputs and create a name-value associative array to hold the inputs.
The script works except for when I try to do an output to monitor the array. I use a foreach loop to do this.
My output is as follows:
HASH(0x80d1f00) =
firstName = Robert
lastName = Carpenter
favoriteColor = orange
I have only three fields, firstname and lastname and favorite color. so what is the "HASH ......" line?
I have the script online at:
and the script itself
any help is appreciated. if anybody wants the source code, please email me linkemapx@hotmail.com Robert Carpenter
questions? comments? thanks? email me!
linkemapx@hotmail.com
Icq: 124408594
AIM & MSN: robacarp
I am attempting to set up a perl script that will take in any form inputs and create a name-value associative array to hold the inputs.
The script works except for when I try to do an output to monitor the array. I use a foreach loop to do this.
My output is as follows:
HASH(0x80d1f00) =
firstName = Robert
lastName = Carpenter
favoriteColor = orange
I have only three fields, firstname and lastname and favorite color. so what is the "HASH ......" line?
I have the script online at:
and the script itself
any help is appreciated. if anybody wants the source code, please email me linkemapx@hotmail.com Robert Carpenter
questions? comments? thanks? email me!
linkemapx@hotmail.com
Icq: 124408594
AIM & MSN: robacarp