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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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...