I wrote a perl script several years ago to consume data from a REST web service. I used the WWW:Curl::Easy module and was hoping to adapt the script for use with another web service, but run it on Windows. It does seem there is not support for building any version of a Curl module for Perl on Windows (LWP, NET, or WWW), so I’ll look at either running the new script on a Linux host or using a REST module.