Re: Using strict with DBI

2002-04-30 Thread Todd Wade
"Rob Roudebush" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > I've seemed to have narrowed down the problem to $sth variable, I guess I can't declare this as a private variable because it "prepares" it and needs to have it at least local or global to acces

Re: Using strict with DBI

2002-04-30 Thread Rob Roudebush
I've seemed to have narrowed down the problem to $sth variable, I guess I can't declare this as a private variable because it "prepares" it and needs to have it at least local or global to access it? Rob Roudebush <[EMAIL PROTECTED]> wrote: I think pulling the ID field may be causing the pr

RE: radio buttons

2002-04-30 Thread Bob Showalter
> -Original Message- > From: Greg D. [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 30, 2002 12:42 PM > To: [EMAIL PROTECTED] > Subject: radio buttons > > > Ok i'm having problems getting information from the radio > button once it is > selected. > > this is the part that prints

radio buttons

2002-04-30 Thread Greg D .
Ok i'm having problems getting information from the radio button once it is selected. this is the part that prints out the radio button $dbh = DBI->connect($database, $username, $passwd) || die "Error connecting" .. $dbh->errstr; $sth = $dbh->prepare("SHOW TABLES") || die "3: " . $dbh->er

Re: do not print blank fields

2002-04-30 Thread Dennis G. Wicks
Greetings; Yeah. The vim editor does paren/bracket matching and some other things that you might not expect. Not exactly an IDE and it isn't idiot proof. But you know what they say about things that are idiot proof! And did I mention that vim is available for nearly every platform in use today?

Re: Using strict with DBI

2002-04-30 Thread Mark Bergeron
Rob, use strict; shouldn't really affect the syntax of any DBI handle or statement. I would help if you included an example for us to have look at here. -Original Message- From: "Rob Roudebush"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Mon Apr 29 18:15:23 PDT 2002 Subject: Using str