in reply to Database Output
And you should use the RaiseError => 1 option during DBI->connect, because you seem to ignore errors from DBI, which makes debugging harder.
You need to prepare the statement only once, but probably ->execute for each cookie value - though it's hard to understand what you actually want to achieve, because you only show non-working code, and don't verbally describe what you want to achieve in the end.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Database Output
by Anonymous Monk on Oct 11, 2010 at 15:57 UTC | |
by moritz (Cardinal) on Oct 11, 2010 at 16:42 UTC |