From thomas.rittsche at gmail.com Wed Dec 3 11:38:37 2008 From: thomas.rittsche at gmail.com (Thomas Rittsche) Date: Wed, 3 Dec 2008 20:38:37 +0100 Subject: [Dresden-pm] Proxy nutzen Message-ID: <584da2df0812031138s3ea00dado281b9f32493b74a8@mail.gmail.com> Hallo Mongers, ich erzeuge LWP::UserAgent Requests und hole mir die HTML-Response von bestimmten Servern. Das funktioniert auch alles super. Allerdings würde ich dabei gern über Proxies gehen. Wie läuft denn so was? Wie geht man da ran? Vielen Dank für Eure Hilfe! Gruß Thomas From seidel at webit.de Wed Dec 3 15:13:21 2008 From: seidel at webit.de (Alexander Seidel) Date: Thu, 4 Dec 2008 00:13:21 +0100 Subject: [Dresden-pm] Proxy nutzen In-Reply-To: <584da2df0812031138s3ea00dado281b9f32493b74a8@mail.gmail.com> References: <584da2df0812031138s3ea00dado281b9f32493b74a8@mail.gmail.com> Message-ID: <20081203231321.GB9129@kabelbinder.webit.de> Hallo Thomas, > ich erzeuge LWP::UserAgent Requests und hole mir die HTML-Response von > bestimmten Servern. Das funktioniert auch alles super. Allerdings > würde ich dabei gern über Proxies gehen. Wie läuft denn so was? Wie > geht man da ran? bei man LWP::UserAgent kommt bei mir: Proxy attributes The following methods set up when requests should be passed via a proxy server. $ua->proxy(\@schemes, $proxy_url) $ua->proxy($scheme, $proxy_url) Set/retrieve proxy URL for a scheme: $ua->proxy(['http', 'ftp'], 'http://proxy.sn.no:8001/'); mit my $ua = LWP::UserAgent->new; Gruß Alex. From thomas.rittsche at gmail.com Thu Dec 4 00:08:36 2008 From: thomas.rittsche at gmail.com (Thomas Rittsche) Date: Thu, 4 Dec 2008 09:08:36 +0100 Subject: [Dresden-pm] Proxy nutzen In-Reply-To: <20081203231321.GB9129@kabelbinder.webit.de> References: <584da2df0812031138s3ea00dado281b9f32493b74a8@mail.gmail.com> <20081203231321.GB9129@kabelbinder.webit.de> Message-ID: <584da2df0812040008l2e0cc08aj3055ebd8c98f708d@mail.gmail.com> > Hallo Thomas, Hallo Alex, >> ich erzeuge LWP::UserAgent Requests und hole mir die HTML-Response von >> bestimmten Servern. Das funktioniert auch alles super. Allerdings >> würde ich dabei gern über Proxies gehen. Wie läuft denn so was? Wie >> geht man da ran? > > bei man LWP::UserAgent kommt bei mir: > Proxy attributes > The following methods set up when requests should be passed via a > proxy server. > > $ua->proxy(\@schemes, $proxy_url) > $ua->proxy($scheme, $proxy_url) > Set/retrieve proxy URL for a scheme: > > $ua->proxy(['http', 'ftp'], 'http://proxy.sn.no:8001/'); > > mit > my $ua = LWP::UserAgent->new; Getestet und für gut befunden ;) So einfach geht das? Das ist wohl der berühmte Klassiker mit dem Wald und den Bäumen. Aber Gott sei Dank gibts ja Oberförster wie dich :) Danke! > > > Gruß > > Alex. Gruß Thomas PS: Grüße in die heiligen Hallen an die üblichen Verdächtigen... _______________________________________________ > Dresden-pm mailing list > Dresden-pm at pm.org > http://mail.pm.org/mailman/listinfo/dresden-pm > From mailinglisten at renee-baecker.de Fri Dec 5 06:29:27 2008 From: mailinglisten at renee-baecker.de (mailinglisten at renee-baecker.de) Date: Fri, 5 Dec 2008 15:29:27 +0100 Subject: [Dresden-pm] =?utf-8?q?Ank=C3=BCndigung_QA-Hackathon_2009?= Message-ID: <20081205_142927_042465.mailinglisten@renee-baecker.de> FYI. Das hat Barbie per Mail verschickt: Following the initial announcement at YAPC::Europe [1], Birmingham Perl Mongers [2] are pleased to announce that the 2009 QA Hackathon will be held over 3 days: *** Saturday March 28th to Monday March 30th 2009 *** Our wiki - http://qa-hackathon.org - is now live, so please feel free to sign-up and add details about yourself if you want to be involved, suggest projects or people for the event. We are hoping to attract about 15-20 people with plans to hack on various QA/testing projects, so if you think you can contribute something, or would like to nominate someone, please feel free to update the Attendees [4] page with contact details, etc. Also if you think a particular project should be covered, please add a page for it and tell us about it. We are also looking for sponsors [5] for the event, and although we have already contacted a few, we are eager to have more in the event we are able to provide funding for more attendees, particularly from overseas. If you have a contact for us, please send an email to organisers at qa-hackathon.org with details. We are delighted to have $foo Magazin [6] sponsor us, as well Birmingham Perl Mongers [2], who are underwriting the complete event. Negotiations for venue and accommodation are ongoing, so we'll make those known once they are finalised. We would like to have everyone together, so if you're planning to bring your partner/family with you, please add a note to your entry in the Attendees [4] page, so we can make sure we allocate rooms for everyone. Expect more news regarding the venue and accommodation in the new year. [1] http://www.yapceurope2008.org [2] http://birmingham.pm.org/ [3] http://qa-hackathon.org [4] http://qa-hackathon.org/wiki/Attendees [5] http://qa-hackathon.org/wiki/Sponsors [6] http://www.perl-magazin.de/ Thanks, The Organisers. -- 2009 QA Hackathon - http://qa-hackathon.org From thomas.rittsche at gmail.com Tue Dec 9 10:03:56 2008 From: thomas.rittsche at gmail.com (Thomas Rittsche) Date: Tue, 9 Dec 2008 19:03:56 +0100 Subject: [Dresden-pm] HTTP::ProxySelector::Persistent Message-ID: <584da2df0812091003n3950f361s2960863d236aeb6b@mail.gmail.com> Hallo Mongers, hat jemand von Euch Erfahrungen mit diesem Modul http://search.cpan.org/~mtrowbri/HTTP-ProxySelector-Persistent-0.02/lib/HTTP/ProxySelector/Persistent.pm ???? Ich probiere gerade damit rum und nichts geht so richtig. Ich bekomme keine Proxies zurück. Hat jemand sachdienliche Hinweise? Danke! G.T. PS: Imho ist da auch ein Fehler drin, irgendwo fehlt das $-Zeichen vor einem self...