At 11:51 AM 01/03/2002, Mark Stosberg wrote:
>[EMAIL PROTECTED] wrote:
> >
> > this is in my ProcesssForm run mode
> >
> > sub SendReq {
> > open (MAIL, "| /usr/lib/sendmail -f \"Service
> Request\" -t");
> > print MAIL "To: [EMAIL PROTECTED]\n";
This needs to be
print MAIL "To: jesseshy\@www.cmsmechanical.com\n";
to prevent perl from attempting to substitute the value of @www into
your string.
--
Greg Marr
[EMAIL PROTECTED]
"We thought you were dead."
"I was, but I'm better now." - Sheridan, "The Summoning"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]