my @proxies = ( 'http://proxy.com:1234', 'http://someotherproxy.com:8080', 'http://somerandomproxy.com:4123', ); foreach(@proxies) { $ua->proxy('http', $_); $ua->get("http://myserver.com/page_of_ad_banners.html"); }