in reply to Re^2: no database driver specified and DBI_DSN env var not set at
in thread no database driver specified and DBI_DSN env var not set at
You need to learn about the difference between a list and a string that looks like a list when printed. Maybe perldata helps you.
You need to pass a list to DBI->connect(), and not a string that looks like a list when printed. Also, the DSN is not supposed to have quotes in it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: no database driver specified and DBI_DSN env var not set at
by Anonymous Monk on Aug 08, 2007 at 14:54 UTC |