This change will be in the next libwww-perl version. Regards, Gisle ... syslog prints local time here....
2586
Gisle Aas
gisle@...
Dec 1, 1997 7:32 pm
... All these are caused by non-working void context in perl5.004_5x. Same bug reported by Larry W. Virden for 5.004_54. Problem exists for Unix versions of...
2587
Gisle Aas
gisle@...
Dec 1, 1997 7:25 pm
... So do I. ... I don't have this problem on my system. ... HTTP::Daemon is supposed to find some unused port if none is specified. If it does not I guess...
2588
Tkil
tkil@...
Dec 1, 1997 5:11 pm
... Tkil> (another possible reason for this failure might be that i Tkil> don't have my hostname set up quite properly.) Gisle> aha, that's it. fix your...
2589
Gisle Aas
gisle@...
Dec 2, 1997 10:45 pm
Yet another version. Changes since 5.16 are: o All authentication handling moved out of LWP::UserAgent and into LWP::Authen::Basic and LWP::Authen::Digest....
2590
Paul Breslaw
paul@...
Dec 3, 1997 7:16 am
Earlier I said:- ... If I type make -k, I get:- /usr/local/bin/perl -e 'use Config; chdir q{./blib/script}; foreach (qw(GET HEAD POST)) {' \ -e 'unlink "$_";'...
2591
Larry W. Virden, x2487
lvirden@...
Dec 3, 1997 4:19 pm
I have been trying to get the package to build and test, but I am having problems. Here's the current state. Is there a WWW archive for the mailing list...
2592
Robin Houston
robin@...
Dec 3, 1997 9:54 pm
Does the LWP list still exist? It's been silent for weeks. .robin....
Hi, I stumbled on the following bug in Parser.pm ( at least up to libwww-5.16 which is current AFAIK). Comments with -- in the comment-text are not parsed...
2595
Harald Joerg
Harald.Joerg@...
Dec 4, 1997 5:00 pm
... I would strongly recommend *not* to change the behaviour of the parser. <!-- ------- --> is a syntactically wrong comment. It was always, though this fact...
2596
Martijn Koster
mak@...
Dec 4, 1997 4:20 pm
On Wed, Dec 03, 1997 at 09:43:24PM +0100, hellmuth@... wrote: K> Hi, ... Actually, it's 5.17. ... Without applying any brain power I ran that code, and...
2597
Gisle Aas
gisle@...
Dec 4, 1997 7:23 pm
The Netscape behaviour can be obtained by setting: $parser->netscape_buggy_comment(1); I have been thinking about making it the default. Perhaps we need a FAQ?...
2598
Mike Grommet
mgrommet@...
Dec 4, 1997 4:14 am
Hi guys... I am new to the list (and new to libwww also) I am attempting to use Link Extractor to pull links from a url, then absoluteize them to convert from...
2599
Randal Schwartz
merlyn@...
Dec 4, 1997 3:18 pm
... hellmuth> I stumbled on the following bug in Parser.pm ( at least up hellmuth> to libwww-5.16 which is current AFAIK). Comments with -- in hellmuth> the...
... I would something like this: sub picklinks { my($tag, %attr) = @_; return if $tag ne 'a'; #return if not anchor tag for my $url (values(%attr))...
2603
Bob Maillet
Bob_Maillet@...
Dec 4, 1997 9:07 pm
I am running mirror($url, $data); in a script which loops every five minutes to the same url(s). On the second pass of the loop I get an error message which...
2604
Mike Grommet
mgrommet@...
Dec 4, 1997 9:37 am
Well, the suggestion I received this morning worked great and I am most please (thanks a bunch!) Heres the next question... I have links like this: ...
2605
Narayanan Thyagarajan
nthyagar@...
Dec 4, 1997 9:57 pm
Hi, I am using LWP extensively. I have a requirement to upload a file to a URL. Currently I am reading the file into a variable and do a POST to a cgi which...
2606
hellmuth@...
Dec 5, 1997 8:17 am
Ok, my fault. I saw the netscape_buggy_comment switch, but thought it was addressing a different problem, because of the follwing comment in Parser.pm: # #...
2607
mannina bruno
mannina@...
Dec 5, 1997 5:51 pm
Hi, my name is Mannina Bruno, I'm a french studant in thesis and i must do a perl program to get news. e.g : Param1 = name_of_news (fr.comp.os.linux) Please,...
2608
Martijn Koster
mak@...
Dec 5, 1997 5:25 pm
... Ehr. Quiet, I need to oncentrate... yes, it's coming through now. I can feel the code,... yes, I can sense the results. Aha! -- the problem is.. [poof]....
2609
Austin S. Lin
austin@...
Dec 5, 1997 12:49 pm
Hi Mannina, I don't _think_ retrieving a list of articles from a newsgroup is implemented in LWP yet. This is probably best solved by using Net::NNTP which is...
2610
Jimmy Oh
jimmy.oh@...
Dec 6, 1997 1:54 am
... Sorry, I have never written such a code before, so no example. But you can start off here: ...
2611
Gisle Aas
gisle@...
Dec 5, 1997 7:43 pm
... You can set the request content to be a subroutine reference. This routine will be called when the protocol modules start to send content to the server....
2612
Martijn Koster
mak@...
Dec 5, 1997 6:02 pm
... I was going to say "nope", but it appears you can roll your own easily: `perldoc HTTP::Request` doesn't document the $content parameter for 'new' at all...
2613
Gisle Aas
gisle@...
Dec 5, 1997 7:50 pm
... I don't think I read the HTML4.0 comment definition like you do: http://www.w3.org/TR/PR-html40/intro/sgmltut.html#h-3.2.4 All it says is that: "A common...
2614
Paul Breslaw
paul@...
Dec 3, 1997 5:54 am
I get this error trying to make versions 5.14/16/17 make: *** No rule to make target `blib/script/lwp-download'. Stop. OS: SunOS 4.1.2 CC: gcc 2.7.2.2 ...