in reply to DBI giving user input by place holders
Firstly you probably don't want to use the variables $a and $b in your code like that, they have special meaning when used in a sort subroutine (which is why they don't provoke an error from 'strict').
The code above appears to only insert one row into the table anyway, I'm not actually sure why you think there should be more than one row.
/J\
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: DBI giving user input by place holders
by valavanp (Curate) on Jul 11, 2006 at 12:05 UTC | |
by john_oshea (Priest) on Jul 12, 2006 at 15:43 UTC |