in reply to Re^3: Thread::Queue and WWW::Curl
in thread Thread::Queue and WWW::Curl
When I run via threads, the following line does not output to my terminal:
, nor does the print statement after it output; furthermore I don't see the user deleted on the remote server when running via threads (however I do when running that code without threading).print "\nresponse was $response";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Thread::Queue and WWW::Curl
by BrowserUk (Patriarch) on Sep 24, 2012 at 15:48 UTC | |
|
Re^5: Thread::Queue and WWW::Curl
by Anonymous Monk on Sep 24, 2012 at 15:45 UTC |