On Monday, April 29, 2002, at 09:44 , Todd Wade wrote:
> this should read:
>
> if ( $query->param( $fieldName ) ) { # this one is not empty
>
> forgot a paren
is there an idiot proof IDE that will prevent this?
I keep doing that one so many times
ciao
drieux
---
--
To unsubscribe, e-
"Todd Wade" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> if ( $query->param( $fieldName ) { # this one is not empty
this should read:
if ( $query->param( $fieldName ) ) { # this one is not empty
forgot a paren
Todd W
[EMAIL PROTECTED]
--
To uns
"Debbie McNerney" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
If all you need is to see if the field is empty, wrap the prints in if()
conditionals:
if ( $query->param('CustName') ) { print OUT ("\nCustomer Name: "); }
if ( $query->param('CustName') ) { pri
For some reason the DBI part of my code doesn't work with strict - is this a
limitation or am I doing something wrong - I declare my variables as my or private -
my $sth = DBI->...
Another question how can I test my script at the command line with -w if it is
interactive? Or how do I push wa
At 28-4-2002 09:54 -0400, Marty Landman wrote:
>Rene, here's a little pgm and output to give you an example :
>
>$waarde = "0073";
>$waarde += 0;
>print "waarde eq $waarde\n";
Thank you Marty for your help. This is what I finally made of it :
print ($waarde +=0 );
Kind regards,
Rene Verha
Hi
I have made an html form that forces a user to fill out certain fields
including where to email the contents of the form and allows them to upload
a file.
an email is then delivered with all the form fields and contents along with
a link to the file. We are beginning to send ad proofs to cust
> -Original Message-
> From: John Brooking [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, April 28, 2002 8:43 PM
> To: Connie Chan
> Cc: [EMAIL PROTECTED]
> Subject: Re: Multi thread ? Programming Style ? [with update]
>
> ...
> A "zombie" process is one that has been started, but
> for one
> -Original Message-
> From: CMS [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, April 27, 2002 10:11 PM
> To: cgi
> Subject: problem with #exec
>
>
> Here one,
>
> I have the
> on our web page,
>
> this error is display were the tag is:
>
> [an error occurred while processing this direc