in reply to curly braces around a lexical file handle
I'm modifying a program which uses IPC::Open3::open3 to fire up mysql and query the database.
I wonder if it might be easier to just use DBI (which, if told to connect to a mysql database, will automatically use DBD::mysql).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: curly braces around a lexical file handle
by rastoboy (Monk) on May 31, 2010 at 21:25 UTC | |
by JavaFan (Canon) on May 31, 2010 at 21:52 UTC |