Taint question

2004-07-16 Thread Marcus Willemsen
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

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 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

Trouble with -T switch

2004-02-09 Thread Marcus Willemsen
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

Counting every character in a textfile

2002-02-14 Thread Marcus Willemsen
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

Perl on Microsoft Small Business Server?

2002-02-04 Thread Marcus Willemsen
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

Re: Looping

2001-09-07 Thread Marcus Willemsen
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]

Looping

2001-09-07 Thread Marcus Willemsen
$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]

Re: still: using fetchrow_hashref()

2001-06-27 Thread Marcus Willemsen
Thanks tried the row count with SELECT COUNT(*) and it works perfectly Thanks a lot

still: using fetchrow_hashref()

2001-06-26 Thread Marcus Willemsen
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

using fetchrow_hashref()

2001-06-25 Thread Marcus Willemsen
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