How would I go about doing this? I have a list of proxies and want to rotate through them, but I need to know how to set the proxy first.

link|improve this question
feedback

1 Answer

You need to add more details to your question, such as what are you really trying to do and what modules you're currently using.

If you're using LWP::UserAgent, which is pretty much standard, the docs have examples:

https://metacpan.org/module/LWP::UserAgent#Proxy-attributes

By the way: this probably belongs on Stack Overflow.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.