in reply to sending http request
Hi rogerdsw6,
If it's just a simple GET request, you could use HTTP::Tiny to send the request, which has been a core module for a few years now.
To build the request URL, I'd recommend the module URI, for which I once wrote some simple example code here.
Hope this helps,
-- Hauke D
|
|---|