Hi Dennis, On Tuesday 29 Mar 2011 02:23:31 Dennis Wicks 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!) >
in addition to what the other people said here, see the http://perl-begin.org/ resources for web-development: http://perl-begin.org/uses/web/ I mention there Ovid's CGI course as well as Plack/PSGI (though I was told you can use a CGI.pm-like interface for it too now) and that you should not use Plack directly. Sawyer also gave a talk about web-devel in Perl to http://telaviv.pm.org/ but I cannot find the slides or notes online. Regards, Shlomi Fish -- ----------------------------------------------------------------- Shlomi Fish http://www.shlomifish.org/ Funny Anti-Terrorism Story - http://shlom.in/enemy Wikipedia has a page about everything including the http://en.wikipedia.org/wiki/Kitchen_sink . Please reply to list if it's a mailing list post - http://shlom.in/reply . -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/