Hi! It's the first of the month and I thought I'd publish the FAQ in here. If once a month's too frequent, let me know! - Kenneth ... Perl LWP (libwww) FAQ ...
5533
Mamta Kansal
mamta.kansal@...
Mar 1, 2000 8:18 pm
Dear support person, I tried to install HTML-Parser-3.05. I got the following warning messages: ********************************************************** cc...
5534
Doug MacEachern
dougm@...
Mar 1, 2000 9:42 pm
libwww-perl's make test bombs with thread-multi perl, bandaid below fixes. is something that should be fixed in Perl? ... +++ Parser.xs Wed Mar 1 13:32:28...
5535
Satoshi Komura
skomura@...
Mar 2, 2000 6:38 am
Hi, Weiguo... ... Maybe this is not an answer what you want...., Almost of all web servers which allows SSI do not reply content's last-modified date. So, if...
5536
Neuhaus, Kevin
kevin.neuhaus@...
Mar 2, 2000 11:17 pm
I'm having a problem installing LWP through Perl CPAN. When I'm at the CPAN> prompt I type "install LWP" then it comes back saying something to the effect of...
5537
tony@...
Mar 2, 2000 11:34 pm
Hey all, I'm hoping to locate some documentation on how the https protocol is defined. I'm trying to troubleshoot a problem with https and proxy service and...
5538
Hyatt, Daniel J
HYATTDJ@...
Mar 2, 2000 11:38 pm
I am trying to download the index page from https web pages via script. Looked in the O'reilly books (programming perl, CGI programming) to no avail. I have an...
5539
JX
jxopher@...
Mar 3, 2000 2:40 am
Heya, I'm trying to install libwww-perl-0.40 so that i can use mom-spider, and I'm having trouble getting libwww-perl-0.40 working. I'm using RedHat Linux 6.1...
5540
Roy T. Fielding
fielding@...
Mar 3, 2000 6:36 am
... Your problem is with socket.ph. You should also grab the somewhat newer full (unreleased) distribution from one of ...
5541
Amer Khan
Amer.Khan@...
Mar 3, 2000 4:39 pm
Looking for a the HTTP::Date module for apache Please help Amer...
5542
David R. Phillips
dave@...
Mar 3, 2000 11:12 pm
Even though PERLWSEX.dll *IS* present in my perl\bin\ directory on my NT system (I'm running Website Pro 2.3.10, ActiveState Perl 522), when I install PerlEX...
5543
Angus McCroughten
boogersnot66@...
Mar 4, 2000 2:49 am
Hello all, I just got the message that: "Parallel::UserAgent can not handle 'https'-requests. Request ignored!" Is there any way to get this this working with...
5544
Martial MICHEL
martial@...
Mar 4, 2000 5:45 am
I think I found out what the problem was : I seem to have been running into "wait" twice on some cases, and it was causing some problems. Now, I am...
5545
Baris Sumengen
libwww@...
Mar 5, 2000 12:16 am
Hello, I asked this before but I didn't get a full answer. When I try to connect to: http://www.salon.com/media ... But if I use LWP, I don't get the code 301....
5546
Austin S. Lin
austin@...
Mar 5, 2000 12:45 am
What you're looking for is in perldoc HTTP::Response (look at base(), previous(), and is_redirect()) use strict; use LWP; my $ua = LWP::UserAgent->new();...
5547
tallwine@...
Mar 5, 2000 1:31 am
Baris Sumengen said... ... Try this: $ lwp-request -Se 'http://www.salon.com/media' GET http://www.salon.com/media --> 301 Moved Permanently GET...
5548
BobSibley@...
Mar 5, 2000 4:47 pm
Greetings! March 5, 2000 =========================================================================== ...
5549
Hans de Graaff
graaff@...
Mar 5, 2000 10:12 pm
... You can check whether the response you get for the URI is a redirection, and if it is you can use the redirected location instead of the given one. Hans...
5550
Gisle Aas
gisle@...
Mar 6, 2000 2:00 pm
... This should be not really matter, but I have fixed those for 3.06. Regards, Gisle...
5551
Gisle Aas
gisle@...
Mar 6, 2000 2:01 pm
... This patch will be in 3.06. Regards, Gisle...
5552
Gisle Aas
gisle@...
Mar 6, 2000 2:07 pm
The uploaded file HTML-Parser-3.06.tar.gz has entered CPAN as file: $CPAN/authors/id/GAAS/HTML-Parser-3.06.tar.gz size: 56171 bytes md5:...
5553
Yau, Jee
Jee.Yau@...
Mar 6, 2000 9:17 pm
Is there a web site where I can find documentation and/or tutorial for this package? I have got the product, but do not know how to get access to the ...
5554
Icash21
icash21@...
Mar 7, 2000 1:51 am
Is somebody know, If I have a msword 7.0 document in the server and I want to create a link so when somebody click the link the msword document is ...
5555
Xavier GROSJEAN
xagrosje@...
Mar 7, 2000 7:21 am
unsuscribe...
5556
la mouton
kero@...
Mar 7, 2000 4:39 pm
This fixes a bug in declaration handling. HTML::Parser supports comments
within declarations (<! foo -- comment -->) incorrectly. Once we trigger
a comment...
5557
Angus McCroughten
boogersnot66@...
Mar 7, 2000 5:32 pm
Once you've got it installed you can access the documentation by using 'perldoc LWP::UserAgent' or whatever. (Though I've always thought that one of the...
5558
Kenneth Frankel
kenf@...
Mar 7, 2000 7:13 pm
Also, try the FAQ at http://people.we.mediaone.net/kfrankel/lwpfaq.txt - it contains references to documentation and some documentation itself. Kenn...
5559
Gisle Aas
gisle@...
Mar 7, 2000 8:30 pm
... I think this is wrong. The ">" character inside comments should be perfectly legal. Comment mode should last until "--". Did you find actual...
5560
Gisle Aas
gisle@...
Mar 7, 2000 8:30 pm
Oops. It looks like I broke perl5.004 support with HTML-Parser-3.06. This will be fixed in 3.07. Regards, Gisle...
5561
PQ
nymeian@...
Mar 7, 2000 8:50 pm
Hi, I got your mail from Deja news. I would like to parse HTML containing Japanese characters. I know how to do this in English. Thanks, ... ...