http://www.perlmonks.org?node_id=1205086


in reply to posting a message with LWP fails on Windows 2016

You haven't said how it doesn't work, so it's difficult to be very helpful. Either run it through the Perl debugger via "perl -d yourscript" or put in some print statements. The modules Data::Dumper or Data::Printer are useful for inspecting your variables. Data::Dumper is core, so you shouldn't need to install it. Good luck, please follow up with more info or questions.