http://perlmeme.org/tutorials/cgi_form.html

I don't know of your skills with perl, but I think you might find
these tutorial useful; however, be aware of the security risks with
the flaws of bad code and usage of perl CGI. This should be for a
starter project, then refine the project for a production environment.


On Mon, Mar 28, 2011 at 5:23 PM, Dennis Wicks <dgwi...@gmail.com> wrote:
> Greetings;
>
> I want to setup a form on a web page that a visitor can fill in then send it
> back to me by email so I can browse it online and print it out locally in
> the correct format. I have the way to define the input form figured out, but
> the transmission and browsing and printing the form are giving me trouble,
> to say the least!
>
> My public web server (Apache) is not local. I have a local Apache2 web
> server that I use for testing.
>
> Can anybody point me to a tutorial or example of how to do this? (Using
> perl, of course!)
>
> Many TIA!
> Dennis
>
> --
> To unsubscribe, e-mail: beginners-unsubscr...@perl.org
> For additional commands, e-mail: beginners-h...@perl.org
> http://learn.perl.org/
>
>
>

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to