Ihad this in my out box;

I had some food and now I feel stupid.
syntactical error did not escape @ in address. 

...And yes that fixed it. thanks guys.

On Thu, 3 Jan 2002, 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.
> 
> -- 
> 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]

Reply via email to