Hi everybody,
I'm writing CGI scripts on a windows (2000 and xp pro) machine. In order
to make them more secure I try to employ the -T switch for taint mode. I
used to work when working on a linux station. Under windows the scripts
always complain "To late for -T option in script XY line 1" When I
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
> > 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
TH'}") or die "Can't fork for sendmail: $!\n"; print
SENDMAIL <<"FILE";
From: JUVE Newsline <[EMAIL PROTECTED]>
To: <$a>
.
.etc
}
_Snippet__
Thanks Marcus
Marcus Willemsen
Online Redaktion
Juve Verlag GmbH
Sachsenring. 6
50677 Köln
n't work and I don't know why. As far as I understood [\d\D] is
supposed to match every number and every non-number including newlines.
Marcus Willemsen
Online Redaktion
Juve Verlag
Agrippastr. 10
50676 Köln
tel: ++49(0)221 91 38 80 16
fax: ++49(0)221 91 38 80 18
www.juve.de
[EMAIL P
Dear all,
does anybody know if Perl runs on Microsofts Small Business Server? I know
there are no problems using Perl on a Windows2000 Server.
And if it runs on a SBS is it possible to start and shutdown services like
Exchange and/or SQL-Server using perl scripts?
Marcus Willemsen
JuveVerlag
Never mind my question re looping, figured it out for myself -haven't
thought hard enough..
Marcus
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
$sth->fetchrow_array()){
print "$mail\n";
}
sleep 10;
}
Marcus Willemsen
Online Redaktion
Juve Verlag
Agrippastr. 10
50676 Köln
tel: ++49(0)221 91 38 80 10
fax: ++49(0)221 91 38 80 18
www.juve.de
[EMAIL PROTECTED]
[EMAIL PROTECTED]
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Thanks tried the row count with SELECT COUNT(*) and it works perfectly
Thanks a lot
ection mgmt.
> CPAN_USERID MERGL (Edmund Mergl <[EMAIL PROTECTED]>)
> CPAN_VERSION 0.88
> CPAN_FILEM/ME/MERGL/ApacheDBI-0.88.tar.gz
> DSLI_STATUS bmpO (beta,mailing-list,perl,object-oriented)
> INST_FILE(not installed)
>
>
>Marcus Will
Hi I'm new to Perl and programming in general,
I wrote (with the help of Learning Perl) the following cgi-scripte to get
headlines out of a database called Message. And it works okay. The next step
would be to enable a user to click on the headline that interest him and to
display the rest of
11 matches
Mail list logo