... That stuff entered HTTP:Date in May 1996 based on this bug report: http://www.ics.uci.edu/pub/websoft/libwww-perl/archive/1996h1/0295.html It seems like...
4393
Stephen Peters
portnoy@...
May 2, 1999 6:32 am
I've recently been trying to load a document that includes a <BASE HREF="..."> declaration in the response. Unfortunately, the response's base method seems to...
4394
Gisle Aas
gisle@...
May 2, 1999 8:59 am
... The <BASE> must be in the <HEAD> section of the document. Regards, Gisle...
4395
Justin Caballero
justin@...
May 2, 1999 10:45 am
Hello, I've been using the LWP::Parallel modules for some months with great success, but now find myself faced with a problem I can't figure out. As per the...
4396
Gisle Aas
gisle@...
May 5, 1999 12:28 am
... My current version of this module now looks like this. I now think it is ready for going into the next LWP-release. Regards, Gisle ... package HTTP::Date;...
4397
lavoir@...
May 5, 1999 10:08 pm
Hi All, I have searched the archive for this mailling list and have found similar post without answers. So I will post it myself and hope someone will be able...
4398
Jeyakody Kesavan
Jeyakody.Kesavan@...
May 6, 1999 12:39 pm
Hi, You need to use Net::SSLeay module to retrieve any secure pages. Try this code! # retrieving secure pages. use Net::SSLeay; ...
4399
Steve Livingston
slivings@...
May 6, 1999 7:25 pm
I prefer Crypt::SSLeay, which is an alternative to Net::SSLeay. Crypt::SSLeay lets you seamlessly use LWP with https. You don't even "use Crypt::SSLeay". I...
4400
Doug L. Hoffman
hoffman@...
May 6, 1999 10:36 pm
Does anyone have patches to make LWP work with Net::SSLeay? I saw some discussion of this in the list archive but there did not seem to be a resolution to the...
4401
Chris Blackstone
cblackst@...
May 7, 1999 8:01 pm
I am installing libwww on a FreeBSD machine. I have installed all the prerequisite modules (MIME-BASE, URI, etc) and have begun the make process. When I try to...
4402
Byron Brummer
byron@...
May 7, 1999 10:27 pm
... Do you have a different version of perl at /usr/bin/perl then at /usr/local/bin/perl? Run perl -v on both. If they are different, copy the /usr/local/bin ...
4403
Alptekin Alp Cakircali
alpc@...
May 8, 1999 12:19 am
Hi, I am looking for good documentation and tutorials on LWP. I already got the manual page for LWP (%perldoc LWP) and I have the book "Web Client Programming...
4404
BAZLEY Sebastian
Sebastian.BAZLEY@...
May 10, 1999 2:10 pm
I can recommend the recent "Perl in a Nutshell" book from O'Reilly. This has a whole chapter on LWP. It is also a very useful general reference. [I don't work...
4405
Marc Langheinrich
marclang@...
May 10, 1999 2:10 pm
... Justin, I won't have time this month to look into this, so I hope you can wait until June until I can take a look (maybe you've figured it out yourself by...
4406
Drew Simonis
Care227@...
May 10, 1999 11:52 pm
I know this is off topic, but does anyone know how to run a script with SUID root? I need to use ICMP to do an echo request, but it is only available via Root...
4407
Satoshi Komura
trap@...
May 11, 1999 6:50 am
... If you are using FreeBSD, you'd better to use ports & packages to install them. Satoshi Komura...
4408
David.LANDGREN@...
May 11, 1999 1:41 pm
... Use sudo. http://www.courtesan.com/sudo/ David...
4409
Denis Kotseba
kdl@...
May 11, 1999 5:28 pm
Hi, I am trying to write a script retrieving the output of the CGI-script on a remote server. It's the first experience with LWP, so I just took the code from...
4410
Leopold Toetsch
lt@...
May 11, 1999 9:41 pm
Hi, ... From: Drew Simonis <Care227@...> To: libwww-perl@... <libwww-perl@...> Date: Dienstag, 11. Mai 1999 00:47 Subject: OT: SUID with a...
4411
Gisle Aas
gisle@...
May 12, 1999 11:48 pm
News in this release: o New lwp-request command line option that allow you to put any header into the request (-H). o New HTTP::Date because of Y2K-problems...
4412
Nick Brown
valhalla@...
May 14, 1999 1:57 am
Ok heres the deal, i'm working on a script that should automate the task of filling out the form below every hour. I cannot get the HTTP::Request to do the...
4413
BAZLEY Sebastian
Sebastian.BAZLEY@...
May 14, 1999 12:35 pm
I have found webchatpp (author: Gisle Aas) very helpful, both for producing test scripts, and for understanding how to use LWP. You may be able to code the...
4414
A.H.Groff
ahgroff@...
May 14, 1999 4:03 pm
when tring to make libwww-perl-5.43 it fils with the following : cp bin/lwp-mirror blib/script/lwp-mirror /rfs/apps/bin/perl...
4415
Randal L. Schwartz
merlyn@...
May 14, 1999 7:00 pm
... BAZLEY> I have found webchatpp (author: Gisle Aas) very helpful, both for producing BAZLEY> test scripts, and for understanding how to use LWP. Where is...
4416
BAZLEY Sebastian
Sebastian.BAZLEY@...
May 14, 1999 7:00 pm
Try http://www.cpan.org/authors/id/GAAS/ -- Sebastian Bazley <Sebastian.Bazley@...> The opinions expressed herein are not necessarily the same as those...
4417
Philip J. Zee
pzee@...
May 14, 1999 10:23 pm
I am new to the list and don't know if this question has ever been asked. I know that you can use LWP::Simple to get a document from a web site running http...
4418
Marko Asplund
aspa@...
May 15, 1999 12:00 pm
i started missing https URL scheme support in LWP a while ago, when it became necessary to have SSL support in our web application. there seems to be at least...
4419
Oliver Hohl
hohlor@...
May 16, 1999 1:33 pm
Hi, I have a problem with the timeouts you can set up in the ParallelUA modules when connecting to a http-server. I use both the libwww-5.42 and the...
4420
qliang
qliang@...
May 18, 1999 1:30 am
Hi, I have two questions here: 1. I used Jef Pozkanzer's "http_get" "C-language" program program to request HTML pages, and it works fine with most pages,...
4421
BAZLEY Sebastian
Sebastian.BAZLEY@...
May 18, 1999 1:21 pm
Some suggestions - hope they work (I have not tried them, and I have not used Jef's program). ... You could try using http://www.microsoft.com/ instead -...