Beekeeper
view release on metacpan or search on metacpan
examples/scraper/README.md view on Meta::CPAN
```
./run.sh stop
```
Sample output:
```
./client.pl --async https://cpan.org https://google.com/xyz
https://google.com/xyz
404 Not Found
https://cpan.org
"The Comprehensive Perl Archive Network - www.cpan.org"
```
## Dependencies
This example requires `AnyEvent::HTTP`. To install it on a Debian system run:
```
apt install libanyevent-http-perl
( run in 0.477 second using v1.01-cache-2.11-cpan-39bf76dae61 )