Hi, I introduced a new control variable for HTML::Parse. It is called $HTML::Parse::KEEP_ENTITIES. Its purpose is to disable the decoding of entities while...
615
Robert Nicholson
robert@...
Nov 2, 1995 9:03 pm
It seems that the new version of w3mir isn't quite ready yet and I'd like a recursive mirroring tool. Specifically one that only fetches articles with a common...
616
Robert Nicholson
robert@...
Nov 2, 1995 10:06 pm
Do you know anything about how links should be resolved in perl5? I'd like to know whether this is some kind of stat problem. root:/tmp/libwww-perl-5b5>make...
617
Gisle Aas
aas@...
Nov 3, 1995 9:25 am
... This patch (provided by Martijn) to uri.t should probably fix your problem. 5b5 assumed that the Cwd-routines would return "/tmp" after we had done...
618
Lloyd Lim
Lloyd_Lim@...
Nov 3, 1995 11:42 pm
Hi, I'm new to this list. Sorry, if these questions are old news. When I do a "make test", it complains about the "file:/tmp/" test. On my system, /tmp is a...
619
Gisle Aas
aas@...
Nov 5, 1995 10:26 am
... Perhaps it is better to fix HTML::Element::asHTML()?? Regards, Gisle...
Gisle Aas writes: [ About checking some URL's causing a core dump of perl with LWP/Perl5 ] ... It does work for me. The URL I had been having trouble with...
622
Gisle Aas
aas@...
Nov 6, 1995 10:45 am
A new release of the libwww-perl-5 modules is available from: http://www.oslonett.no/home/aas/perl/www/libwww-perl-5b6.tar.gz This is a bug-fix release. No...
623
Gisle Aas
aas@...
Nov 7, 1995 10:37 am
... The Socket.pm module is new in perl5.001n, i.e. libwww-perl-5b6 will fail using the newest unofficial patchlevel of perl. I would prefer if the new ...
624
Tom Christiansen
tchrist@...
Nov 7, 1995 2:08 pm
please hold off on this patch for a few hours. jack and i are trying to work something out. --tom...
625
Tom Christiansen
tchrist@...
Nov 7, 1995 7:30 pm
I think this, Socket-1.2, resolves and support all interfaces (Jack's, Gisle's, and mine) and has better docs. I'll updated the FMTEYEWTK on IPC tonight. ...
626
WWW Administrator
www@...
Nov 8, 1995 4:20 pm
Hello to all of you fellow Perlers :-) I have a little problem compiling successfully the Perl 5 on Solaris 2.4. If anyone knows the steps I must follow or can...
627
Randall Hill
rlh@...
Nov 9, 1995 2:22 am
Hi All, I've just finished installing Perl5.001l and libwww-perl-5b6. I had been using the Perl4 versions of both. And now I am getting the following error...
628
Tom Christiansen
tchrist@...
Nov 9, 1995 7:05 am
... Hm... no, you should be able to use the standard one, but we've been playing with it. (I also think I disagree with some of LWP::Socket.pm, but that's...
629
Gisle Aas
aas@...
Nov 9, 1995 9:18 am
... Can you elaborate? -- Gisle Aas <aas@...> Oslonett AS http://www.oslonett.no/home/aas/...
630
Gisle Aas
aas@...
Nov 9, 1995 9:19 am
... You must install perl5.001m. This has been the recommended version of perl5 for a long time. (perl5.001n is *not* recommended). -- Gisle Aas...
631
Gisle Aas
aas@...
Nov 9, 1995 12:23 pm
Is it possible to speed up the re-mailer for this list? Usually I get messages 2-3 hours after they are sent. A typical example is: Return-path:...
632
WWW Administrator
www@...
Nov 9, 1995 4:00 pm
I had a little problem creating a security script for my deamon In fact what i want is a robot script which can take the email and nickname inserted from some...
633
Randall Hill
rlh@...
Nov 10, 1995 1:08 am
Thanks Tom, I installed your Socket package and made the following changes to package LWP::Protocol::http.pm I commented out require LWP::Socket and replaced...
634
Gisle Aas
aas@...
Nov 10, 1995 9:52 am
... You should not do this. "LWP::Socket" is something (almost) completely different from "Socket". "Socket" is not a replacement for "LWP::Socket", but is...
635
Denis Simard
simardde@...
Nov 14, 1995 6:39 pm
I try to install libwww-perl version 5b6, but I got those errors when ... Can't locate lib.pm in @INC at VERSION line 28. BEGIN failed--compilation aborted at...
636
Andreas Koenig
k@...
Nov 14, 1995 8:19 pm
... denis> Can't locate lib.pm in @INC at VERSION line 28. denis> BEGIN failed--compilation aborted at VERSION line 28. denis> 'PL_FILES' is not a known...
637
Nick Ing-Simmons
nik@...
Nov 15, 1995 8:49 am
In <199511141829.NAA12248@...> On Tue, 14 Nov 1995 13:29:30 -0500 ... All a symptoms of not using perl5.001m - it introduced lib.pm and...
638
JR Ong
jrong@...
Nov 15, 1995 8:53 am
Could you please put me on your mailing list? Thanks very much. ... J.R Ong Office:(603)7322000 ext 532 Development Engineer,...
639
Milt Epstein
epstein@...
Nov 15, 1995 5:40 pm
I recently picked up libwww-perl-5b6 and am trying to compile and install it. Everything compiled OK, but when I tried the tests ("make test"), two of the net...
640
Stephen M. Beckstrom-...
sbeckstr@...
Nov 15, 1995 11:02 pm
I have been unsuccessful in attempting to retrieve a file via anonymous FTP using libwww-perl5b5 (yes, I will be getting 5b6!). My test script is below. What...
641
Martijn Koster
mak@...
Nov 15, 1995 11:29 pm
... I haven't seen b6 yet, but I gess the ftp_proxy is the URL of a proxy server. NCSA isn't one, so I guess you're not running a proxy? That would fail the...
642
Andreas Koenig
k@...
Nov 16, 1995 10:54 am
... steve> I have been unsuccessful in attempting to retrieve a file via steve> anonymous FTP using libwww-perl5b5 (yes, I will be getting 5b6!). steve> My...