in reply to Re: Thread local variables in Thread::Pool::Simple
in thread Thread local variables in Thread::Pool::Simple
&{@{$pool->init}[0]}
$pool->init returns the arrayref which is dereferenced and accessed with enclosing @{} and trailing [0], returning the coderef, which is in turn dereferenced with enclosing &{}?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Thread local variables in Thread::Pool::Simple
by ikegami (Patriarch) on Sep 19, 2009 at 13:53 UTC | |
|
Re^3: Thread local variables in Thread::Pool::Simple
by Anonymous Monk on Sep 19, 2009 at 07:48 UTC |