Greg Marr wrote:
> 
> 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.

A ha. That error would have caused sendmail to barf and send something
to 
STDOUT, ...and that accounts for your error. :) Good catch Greg. 

 -mark

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to