Re: do not print blank fields

2002-04-29 Thread drieux
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-

Re: do not print blank fields

2002-04-29 Thread Todd Wade
"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

Re: do not print blank fields

2002-04-29 Thread Todd Wade
"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

Using strict with DBI

2002-04-29 Thread Rob Roudebush
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

Re: Delete preceding zeroes

2002-04-29 Thread Rene Verharen
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

do not print blank fields

2002-04-29 Thread Debbie McNerney
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

RE: Multi thread ? Programming Style ? [with update]

2002-04-29 Thread Bob Showalter
> -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

RE: problem with #exec

2002-04-29 Thread Bob Showalter
> -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