Login
From:
Grinnz
(Uncensored)
subscribe
HTTP requests, simply
https://blogs.perl.org/users/grinnz/2019/03/http-requests-simply.html
links
backlinks
Tagged with:
perl
http
simple
Roast topics
Find topics
Find it!
It's long been common to use the LWP::Simple module for quick HTTP requests where you only need to retrieve the contents of a website and put them somewhere. Nowadays I would highly recommend the very neat ojo module from the...