> I have written my HTML code to where it uses POST to collect
> information. Where do I start to write a script that collects
> the data from the web site, places the input into a dbm file,
use CGI 'param';
my $email = param('email');
dbm file??
perldoc -f open
> then places a 1 next to it like an array? Some of the data in
A one next to what again?
> the file will have zeros, while the ones that are inputted in
> the site will have a 1.
>
> Here is the end of the HTML code that uses POST:
Perhaps if you explain what you are trying to do with the
email address we can help better.
HTH
Dmuey
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>