Mr. Schwartz,
I appreciate your concern that the code that I eventually install live on
my server be as safe as possible and the last thing I wish to happen is for
the security of my system to be compromised. I have visited numerous sites
dealing with Perl/CGI as well as purchased several books
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