hello
i use this command to get the values the fields of my form

while (($nom, $valeur) = each(%champs)) {
                       print "<TR><Td>$nom = </td><Td>$valeur</td></TR>";

but i want to have the value of a particular field in the array
how can i proceed ?

thanks for help





--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to