in reply to Help, AnyEvent::HTTP no work!
The easy approach is to read the documentation of AnyEvent::HTTP again. It documents your error situation and the remedy in detail because it's a very common error. Also, mixing Coro and AnyEvent makes very little sense in your case. Your code is IO/network-bound and won't benefit from the additional paralelization possibility that Coro opens up for you.
Also note that writing a password cracker is not really a great use of your and our time, and might even be illegal depending on your jurisdiction.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Help, AnyEvent::HTTP no work!
by ikegami (Patriarch) on May 09, 2016 at 16:19 UTC |