in reply to Mail script + HTML form
but when I run it withFrom root@xxx.xxx.com Tue Apr 26 11:59:59 2005 Date: Tue, 26 Apr 2005 11:59:51 -0400 From: root <root@xxx.xxx.com> To: root@xxx.xxx.com Subject: Form Submission hello
I get the followinguse warnings; use strict;
line 26 isContent-Type: text/html; charset=ISO-8859-1 Use of uninitialized value in concatenation (.) or string at testit.cg +i line 26.
some thoughtsprint MAIL "$comments\n";
#!/usr/bin/perl -T use warnings; use strict;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Mail script + HTML form
by Anonymous Monk on Apr 26, 2005 at 16:45 UTC |