Re: cgi development environment
These are some materials I use: http://cpan.uwinnipeg.ca/htdocs/CGI.pm/CGI.html http://www.cookwood.com/perl/examples/overview.html I'm not sure those are the best sources for getting up and running. If not, I can help you with that too. First thing I would do is install Perl. Either ActiveSt
Re: Carry Variable to Form
On Sun, 21 Sep 2008, [EMAIL PROTECTED] wrote: > >On Sat, 20 Sep 2008 23:27:55 -0600, Mike Flannigan wrote: >> > I really like this >> > print <> > html code goes here >> > ENDHTML >> > thing I found. If I had my way, I'd do everything &
Re: Carry Variable to Form
Owen wrote: Hi, This is a Perl mailing list, maybe you would be better off posting to a javascript list, or if it is a html file, a html group? Owen I'm so new at this I really didn't notice the distinction. I've done this formmail thing in pure html, html with javascript, and then Pe
Carry Variable to Form
I have an html file that parses passed parameters with this code: var query = location.href.substring((location.href.indexOf('?')+1), location.href.length);if(location.href.indexOf('?') < 0) query = ''; q
FormMail within a CGI Script
ybody explain what I am doing wrong? It may be something very basic. I get the digest version of this list, so I'd appreciate it if you sent it to me directly along with sending it to the list. Mike Flannigan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/