in reply to Re: Thread local variables in Thread::Pool::Simple
in thread Thread local variables in Thread::Pool::Simple
What's with the double assignment?
$dbh = $dbh = DBI->connect(...);
A typo, or ...?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Thread local variables in Thread::Pool::Simple
by ikegami (Patriarch) on Sep 17, 2009 at 21:39 UTC |