RE: Trouble with -T switch

2004-02-10 Thread Marcus Willemsen
Thanks Jan, It worked. > $ENV{'PATH'} = ""; > open (SENDMAIL, "|/usr/sbin/sendmail -oi -t -odq"); > Are you aware of [EMAIL PROTECTED] I posted my CGI > questions to [EMAIL PROTECTED] until someone notified me of > this list. Yes, I am. And I don't know why I didn't post my question there. But

RE: Trouble with -T switch

2004-02-09 Thread Jan Eden
Hi Marcus, Marcus Willemsen wrote: >>>Hi everybody, >>> >>>I'm having trouble with setting the path to my sendmail program >>>when using the -T switch. >>>Here is a part of the code >> > snippet__ >> > >> > #!/usr/bin/perl -wT >> > #Pull in modules, create form etc. >> > >> > >>

RE: Trouble with -T switch

2004-02-09 Thread Wiggins d Anconia
> > > Hi everybody, > > > > > > I'm having trouble with setting the path to my sendmail program when > > using the -T switch. It's a simple script that creates a > > from, asks for an email adresse and sends an answer after the > > form was submitted. I keep getting the following error > > mess

RE: Trouble with -T switch

2004-02-09 Thread Marcus Willemsen
> > Hi everybody, > > > > I'm having trouble with setting the path to my sendmail program when > using the -T switch. It's a simple script that creates a > from, asks for an email adresse and sends an answer after the > form was submitted. I keep getting the following error > message although I

Re: Trouble with -T switch

2004-02-09 Thread Wiggins d Anconia
> Hi everybody, > > I'm having trouble with setting the path to my sendmail program when using the -T switch. It's a simple script that creates a from, asks for an email adresse and sends an answer after the form was submitted. I keep getting the following error message although I've set the $ENV{