in reply to Thread::Queue and WWW::Curl
My problem is the subroutine with those WWW::Curl:: calls returns at the line that posts the form: my $response = $curl->perform;
Is that a problem description? Because I cannot see where it says something fails, much less what; how; what error mesages/code you get.
the deleteUser subroutine calls another which contains use WWW::Curl::Easy; use WWW::Curl::Form;
That kind of implies that the code that is failing is in the subroutines that you haven't bothered to post. Is that the case?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Thread::Queue and WWW::Curl
by Anonymous Monk on Sep 24, 2012 at 14:53 UTC | |
by BrowserUk (Patriarch) on Sep 24, 2012 at 15:04 UTC | |
by Anonymous Monk on Sep 24, 2012 at 15:12 UTC | |
by BrowserUk (Patriarch) on Sep 24, 2012 at 15:48 UTC | |
by Anonymous Monk on Sep 24, 2012 at 15:45 UTC |