Dealing with arrays ??? / Do I need to lock a file???

2002-03-25 Thread Rafael Cotta
Hi all, I don't know very well the terminology involved in my question, so, sorry in advance for anything. I used the parse_form routine from FormMail to get all the data passed from a form to the array $Form, and this array has something I think is called hash. That is, if a have a field called

Re: Dealing with arrays ??? / Do I need to lock a file???

2002-04-06 Thread Todd Wade
"Rafael Cotta" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Question #1: How can I get the value of the key, so I can have in output > file something like "key = value" instead of only "value", as the code above > does? for my $key ( keys(%Form) ) { prin