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