Hello Wise Monks. I'm sorry for being so ignorant, but how do you send execute POST requests using LWP::Simple? I know how to execute GET requests, but can you give me an example of how to do a POST request with parameters like foo=test1&bar=test2?
Thanks in advance.