Clear DayHello,

I would like to use %HASHES/Associative arrays to accept input from a 
form generated within a perl script.

The normal input of a html form is print "<input type="text" name="fname" value=" " 
size=15 maxlength=20> \n";
Is the syntax when using Hashes:
my %hashes;
print "<input type=\"text\" name=\"fname\" value=\"$input{'fname'} \" size=15 
maxlength=20>"\n;

Also what is the syntax is you want to input checkboxes with the same name and 
different name?

Horace

Reply via email to