Since I am going on vacation now, I though it would be a good idea to make a new release of libwww-perl :-) I will not be able to read or answer any mail for...
1197
Stuart Harris
StuartH@...
Aug 2, 1996 1:34 pm
I've had a look through the archive at previous suggestions about incorporating comment parsing. Does anyone know if there is a solution yet? The reason I...
1198
Wes Modes
modes@...
Aug 2, 1996 3:33 pm
I am aware of the danger of printing text on a CGI-generated page that the user has entered via a form. Some sites, I've noticed merely quote all the...
1199
WWW projekt
wwwproj@...
Aug 2, 1996 3:41 pm
... I made a new class, called Comment, that inherited from HTML::Element. It looks like this: package MEHL::Comment; use strict; use vars qw(@ISA); use...
1200
Dennis Oszuscik
denniso@...
Aug 3, 1996 3:40 pm
Undefined subroutine "main'_MIT_POSIX_THREADS" called at /usr/lib/perl/sys/cdefs.ph line 116. I am running a Linux os and using libwww-perl-0.40, I looked in...
1201
Paul Schinder
schinder@...
Aug 3, 1996 8:46 pm
I promised a while ago to post the changes necessary to get libwww-perl-5 working on a Macintosh under the beta MacPerl 5.002. Here they are, using...
1202
Aaron Nabil
nabil@...
Aug 3, 1996 10:11 pm
1203
Martijn Koster
m.koster@...
Aug 4, 1996 5:48 pm
... The central (distributed) spot for Perl modules is CPAN (see www.perl.com), but you can also find libwww-perl on Gisle's machine: ...
1204
Nick Ing-Simmons
nik@...
Aug 5, 1996 7:42 am
... Where do you think in the perl archive: CPAN/authors/id/GAAS/libwww-perl-5.01.tar.gz...
1205
Nick Ing-Simmons
nik@...
Aug 5, 1996 7:42 am
... Where do you think in the perl archive: CPAN/authors/id/GAAS/libwww-perl-5.01.tar.gz...
1206
Moshiul Shovon
shovon@...
Aug 5, 1996 8:44 pm
Hello there: I have just installed Perl5.003 and the latest version of libwww-perl (as of 08-02-96, how can I find out the version info of libwww-perl I am ...
1207
obrien@...
Aug 6, 1996 12:31 am
The 5.01 version of libwww-perl is looking for Net::FTP 2.00 as shown from ``perl Makefile.PL'' Checking for Net::FTP... failed Net::FTP 2.00 required--this is...
1208
obrien@...
Aug 6, 1996 12:50 am
... Never mind... find it as libnet-1.0.tar.gz. -- David (obrien@...)...
... Net::FTP is now included in libnet which is on CPAN. Graham. -- Graham Barr <bodg@...> | There is no ultimate answer. Texas Instruments Ltd....
1211
WWW projekt
wwwproj@...
Aug 6, 1996 7:38 am
... Use HTML::TreeBuilder, like this: #!/usr/common/bin/perl use HTML::TreeBuilder; $doc = <<'END'; <HTML> <HEAD> <TITLE>Test 1</TITLE> </HEAD> <BODY> <MyTag1>...
1212
rbauman
rbauman@...
Aug 6, 1996 5:28 pm
-- [ From: rbauman * EMC.Ver #2.5.02 ] -- could the owner of this list PLEASE UNSUBSCRIBE me . . . the listserver wont let me do it myself . . . ...
1213
Patrick Sibenaler
patrick@...
Aug 6, 1996 8:03 pm
Hi. I'm not subscribed to this list, so please answer directly... (I hope I'm talking to anybody at all.... ;) I wonder if someone can tell me where the...
Hi, I was wondering if there is libwww-perl equivalent in C somewhere? Thanks Vijay...
1216
Lucy Borodavkina
lyudmila@...
Aug 7, 1996 3:52 am
... Yes, W3 consortium has LibWWW in C. You can find it at http://www.w3.org/pub/WWW/Library/. And we just had 4.1 beta released. Lucy...
1217
Patrick Sibenaler
patrick@...
Aug 7, 1996 11:27 am
... Well, I DID write that I feel stupid... But not THAT stupid..! ;) Thanx anyway. By the way. A couple of months ago, there was some discussion about...
1218
Hans de Graaff
J.J.deGraaff@...
Aug 7, 1996 12:55 pm
I think I have found a problem with the new LinkExtor in LWP 5.01. This module doesn't work when the page it scans contains no links at all, and when the...
1219
David Tiberio
dtiberio@...
Aug 7, 1996 8:10 pm
Is it possible to post data to an ACTION script using a perl script instead of filling out a form and pressing submit? I have some forms I have to fill out on...
1220
whetzel@...
Aug 8, 1996 1:13 pm
1221
WWW projekt
wwwproj@...
Aug 8, 1996 3:23 pm
... Due to the misfortunate fact that the contents in an element is stored in an array, there is no way of actually deleting an element in another elements...
1222
Martin Wilck 0341 235...
martin@...
Aug 8, 1996 9:12 pm
Hello, I've just tried to install libwww-perl-5b5 on a Sparc 20 running Solaris 2.5. My Perl version is 5.003, I installed it just before and it completed all ...
1223
WWW projekt
wwwproj@...
Aug 9, 1996 6:57 am
... [snip] ... No, it works for me, without error messages. This is what perl has got to say about the error message: Operation ` %s ' %s: no method found, (F)...
1224
Andreas Koenig
k@...
Aug 9, 1996 7:03 am
I just found an unfinished emeil to you to answer your recent questions which I never came around to complete. Better than nothing, I suppose, and append it...
1225
WWW projekt
wwwproj@...
Aug 12, 1996 6:00 pm
... Ok, I can see that now. I will explain why I misunderstood the code later. ... Because the tag is not deleted from the tree: ~/Stefan/tmp>perl -w...