Skip to search.
libwww-perl

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 6683 - 6712 of 7559   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6683 Ron.W.Flolid@... Send Email Dec 1, 2000
5:52 pm
I realize that this question is more for the OpenSSL formum, but I've not been able to connect with anyone who has seen this problem or is willing to help. My...
6684 Gisle Aas
gisle@... Send Email
Dec 4, 2000
5:01 am
... HTML-Parser-3.14 will parse <!doctype ...> as a declaration. In xml_mode the uppercase version is still needed. Regards, Gisle...
6685 Gisle Aas
gisle@... Send Email
Dec 4, 2000
5:09 am
... No, I will not after all. I think I agree with Tim Allwine's comment and will consider the current behaviour as it should be. There is probably also code...
6686 Gisle Aas
gisle@... Send Email
Dec 4, 2000
6:20 am
HTML-Parser-3.14 should now be on its way to CPAN. Jonathan Stowe discovered that HTML::HeadParser would go into an infinite loop if passed a document without...
6687 martin langhoff
martin@... Send Email
Dec 4, 2000
1:10 pm
... Just fine with me, but *please* keep in mind that the documentation seems to point to a different behaviour, or is, at least, a tad confusing. If you won't...
6688 martin langhoff
martin@... Send Email
Dec 4, 2000
1:35 pm
Gisle, I've found and read the list archive, and Tim's post. The man pages for get_tag read: $p->get_tag( [$tag] ) This method returns the next start or end...
6689 Gisle Aas
gisle@... Send Email
Dec 4, 2000
6:25 pm
... I agree that this is confusing. This is the patch I now propose. It allow you to specify multiple tags to match in the $p->get_tag() call. I hope the...
6690 Sean M. Burke
sburke@... Send Email
Dec 4, 2000
6:33 pm
... That reminds me of a more general question: I generally say that TreeBuilder is for parsing only whole documents -- in the same sense that a hammer is for...
6691 martin langhoff
martin@... Send Email
Dec 4, 2000
6:50 pm
... Gisle, I find the patch wonderful. You don't need my support at all, of course, but I think it solves the backwards compatibility and works both ways....
6692 Gisle Aas
gisle@... Send Email
Dec 4, 2000
7:20 pm
... Good. ... 'diff -u' I have my stuff in CVS so I usually produce patches with 'cvs diff -u', but that is really just a wrapper around GNU diff. Regards, ...
6693 Tatarskih Denis
dendy@... Send Email
Dec 5, 2000
5:22 pm
Hi, all! I have problem with timeout in lwp: few time ago i install libwww-perl v. 5.48 ( old version was 5.46 ) So, if I set $UserAgent->timeout to 60 seconds...
6694 Serkan Ketenci
serkan.ketenci@... Send Email
Dec 6, 2000
7:37 am
#!/usr/bin/perl -w $| = 1; use LWP::UserAgent; $UserAgent = new LWP::UserAgent; $UserAgent->timeout(60); $UserAgent->proxy( 'http', 'http://204.134.208.33:80/'...
6695 Serkan Ketenci
serkan.ketenci@... Send Email
Dec 6, 2000
8:11 am
#!/usr/bin/perl -w $| = 1; use LWP::UserAgent; $UserAgent = new LWP::UserAgent; $UserAgent->timeout(60); $UserAgent->proxy( 'http', 'http://204.134.208.33:80/'...
6696 bobmin@... Send Email Dec 6, 2000
7:53 pm
Does anyone know if the robots.txt file can support multiple user agents. I've managed to identify a persistent spam bot thats been nailing our domain pretty...
6697 news@... Send Email Dec 6, 2000
11:42 pm
Hi, can you help me to desolve this problem? is where I have mistake in follow script? exist A.html and B.html pages. how can I get the source of B.html page...
6698 Reinier Post
rp@... Send Email
Dec 6, 2000
11:54 pm
... Contrary to what you seem to believe, this is not a HTTP redirect. It isn't handled by the redirect_ok setting. I don't think LWP offers supportfor...
6699 Gisle Aas
gisle@... Send Email
Dec 7, 2000
12:39 am
... LWP will let HTML::HeadParser look at the HTML it receives, so these meta elements actually end up as HTTP headers. We might try to deal with: Refresh: 0;...
6700 Reinier Post
rp@... Send Email
Dec 7, 2000
11:37 am
... This would be nice, if documented e.g. for redirect_ok. ... It would be nice to also have the option to have it refreshed anyway. It would even be possible...
6701 Justin Case
weaver27@... Send Email
Dec 7, 2000
1:30 pm
... Most Netscape browsers get "stuck" on b.html if a.html does a Refresh with a zero timeout. When you go BACK from b.html to a.html it slams you forward...
6702 Bjoern Hoehrmann
derhoermi@... Send Email
Dec 10, 2000
1:51 am
... This should work if the robots conforms to the robots exclusion standard. -- Björn Höhrmann ^ mailto:bjoern@... ^ http://www.bjoernsworld.de am...
6703 Alex Rhomberg
rhomberg@... Send Email
Dec 11, 2000
10:19 am
Hi unfortunately, I did not find a searchable archive, so I post this question here. I found that HTTP::Request transforms strings into URI::URL objects that ...
6704 Hotmail
dolaporn@... Send Email
Dec 11, 2000
7:05 pm
Hello, I installed libwww-perl-5.48 and all required modules from the CPAN distribution. It's all ok when installing. But after I tried to use LWP::UserAgent...
6705 Bob Forkner
bob@... Send Email
Dec 11, 2000
7:17 pm
Hope you will all be kind to a newbe here but I am really stumped. I "think" I have gone through all of the "libwww-perl-5.48" prereqs/ I'm using perl5.00502...
6706 Bob Forkner
bob@... Send Email
Dec 12, 2000
1:43 pm
Yesterday I upgraded Perl to 5.00503 on a test machine and I still got the dump. Am looking at upgrading on the production system as soon as we can find a time...
6707 Lead
leading@... Send Email
Dec 13, 2000
4:31 am
Hi, I have been using multiple Useragent scripts to crawl other websites, each of the scripts are hosted in virtual domains. My problem is the remote IP ...
6708 Liam Quinn
liam@... Send Email
Dec 13, 2000
4:40 am
... If the virtual domains are using HTTP/1.1 name-based virtual hosting, then all the hosts will share the same IP address. You shouldn't rely on IP ...
6709 Tan Joo Geok
joogeok@... Send Email
Dec 13, 2000
9:34 am
Hello. I have some problem downloading http://www.msn.com.sg. For both using lwp-request script from the libwww distribution and telnet directly to...
6710 Rodney Wines
Rodney.Wines@... Send Email
Dec 13, 2000
10:19 am
I don't know if this is still a problem, but I'll add my 0,02FFr. ... I'm not sure why either of these is an issue, especially the first. I'm using libwww on...
6711 Luis 'Champs' de Carv...
champs@... Send Email
Dec 13, 2000
1:19 pm
Hy, list people. I'm writting a full-featured rewriting proxy using apache's mod_perl, LWP and some others libs. Everithing works very well 'till i try to...
6712 Randal L. Schwartz
merlyn@... Send Email
Dec 13, 2000
2:32 pm
... Luis> Hy, list people. Luis> I'm writting a full-featured rewriting proxy using apache's Luis> mod_perl, LWP and some others libs. Luis> Everithing...
Messages 6683 - 6712 of 7559   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help