ecoming annoyed and sarcastic when they do not always follow
proper programming procedures.
Larry Mullis
>>>>> "Larry" == Larry Mullis <[EMAIL PROTECTED]> writes:
Larry> print MAIL "Reply-to: ", param('email'), ' (', param(
The following script is supposed to email the contents of a form, but when I click
"Send", no email is sent. The page returns with "The page cannot be displayed".
Any help will be appreciated.
Larry
#!/usr/bin/perl -w
#use strict;
use CGI qw(standard);
print header;
my $mailprog = '/usr/s
Any thoughts /comments on "Writing CGI Applications with Perl" by Kevin Meltzer and
Brent Michalski?
Thanks,
Larry
I am running a form-to-email script and the data sent to the email address arrives in
random order. I can't determine how the script is selecting the order in which it is
sent. What do I need to do to send the data line-by-line in the order it appears on
the form?
Thanks,
Larry M.
Here is the
Is anyone familiar with CED Solutions Computer Training Center in Atlanta, GA? They
offer a 5-day class in Perl/CGI and I am considering attending. I would like to have
some input from someone who has attended one of their classes or that knows something
about them.
Thanks,
Larry