Skip to search.
libwww-perl

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 1266 - 1295 of 7559   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1266 Michael De La Rue
mikedlr@... Send Email
Sep 2, 1996
11:47 am
Thought it might interest some of you to know that I built an RPM archive (and corresponding source rpm) for libwww-perl. Avaliable from now...
1267 Stan Shapiro
netset@... Send Email
Sep 2, 1996
5:03 pm
Hello Folks, First, THANKS to Gisle Aas for LWP - It's GREAT!!!! My problem: Is it possible to use LWP's HEAD, GET and subs/methods, to access an Apache ...
1268 Luuk de Boer
luuk_de_boer@... Send Email
Sep 3, 1996
11:43 pm
Hello, I am not a real Perl crack and I am stuck in programming a little program. What I would like to do is to read an HTML page and extract all links there...
1269 Luuk de Boer
luuk_de_boer@... Send Email
Sep 5, 1996
8:18 am
Hello, After some testing I think I found a bug in the LinkExtor module. I was testing checkbot.pl which uses the LinkExtor module to extract all links from an...
1270 Hans de Graaff
J.J.deGraaff@... Send Email
Sep 5, 1996
11:27 am
... I already mailed a report about this to the list several weeks ago. The problem is in the combination of not using callbacks with the LinkExtor module, and...
1271 Gisle Aas
aas@... Send Email
Sep 5, 1996
12:33 pm
... I saw it and I was too busy to handle it at that time. This is the official patch that will be in the next libwww-perl release. Index: LinkExtor.pm ...
1272 Michael Alan Dorman
mdorman@... Send Email
Sep 5, 1996
4:58 pm
I just recently got bitten by the fact that this bug fix, which I originally posted at the beginning of July, didn't seem to make it into 5.01. I'm reposting...
1273 Aaron Heisler
aaron@... Send Email
Sep 5, 1996
10:15 pm
Needing to design a simple PERL web server, I often came accross the simplest server described in the O'Reilly Perl book, that requires 'sys/socket.ph'. Thus...
1274 Gisle Aas
aas@... Send Email
Sep 6, 1996
7:29 am
... It will make it into 5.02. Thanks. --Gisle...
1275 Nick Kew
Nick.Kew@... Send Email
Sep 8, 1996
3:16 am
Apologies if this is well-known, but I don't subscribe to the list - I just got it from the libwww README. According to RFC822 #3.1.1, it is permissible to...
1276 Jim Anderson
jander@... Send Email
Sep 9, 1996
9:26 pm
The following code produces this error: Can't locate auto/LWP/UserAgent/DESTROY.al in @INC (in cleanup) Can't locate auto/LWP/UserAgent/DESTROY.al in @INC at...
1277 Brad Cox
bcox@... Send Email
Sep 9, 1996
9:26 pm
Probably better asked on a general perl list but I don't belong to one. I'm teaching large net-based class at http://www.virtualschool.edu/96c that relies...
1278 Gisle Aas
aas@... Send Email
Sep 9, 1996
9:26 pm
... +++ AutoLoader.pm Mon Sep 9 09:50:34 1996 @@ -23,25 +23,27 @@ AUTOLOAD { my $name = "auto/$AUTOLOAD.al"; $name =~ s#::#/#g; + my $save = $@; eval...
1279 Stan Shapiro
netset@... Send Email
Sep 9, 1996
9:26 pm
... To answer my own question. The problem wasn't specific to LWP - more to do with network cards We worked round via LWP's proxy capabilities. Works fine. ...
1280 Gisle Aas
aas@... Send Email
Sep 9, 1996
9:26 pm
... te auto/LWP/UserAgent/DESTROY.al in @INC at ./test2.pl line 18 ... This is a bug in the perl5.00[23] AutoLoader. The following code demonstrates the same...
1281 Josh Krieger
josh@... Send Email
Sep 9, 1996
9:26 pm
I am using the Perl 4 version of libwww and am encountering the following problem. $base_url = "http://www.zafu.com/josh"; $relative_url = "images/foo.gif"; ...
1282 B. K. Oxley (binkley)
Brian.Oxley@... Send Email
Sep 9, 1996
9:49 pm
In LWP 5.01, when I create an URI::URL of the forms: http://some.host?query=string http://some.host#fragment?query=string URI::URL misparses this URL, and...
1283 Roy T. Fielding
fielding@... Send Email
Sep 10, 1996
12:10 am
... That is correct. ... That would be wrong. ... How is the client supposed to know that josh is a directory name? The base URL must have the trailing slash...
1284 Enrique S. Yambao
eyambao@... Send Email
Sep 10, 1996
12:36 am
Hi Gisle, I lost the listserve address of this mailing list. I want to unsubscribe to this list. Can you help me??? Thanks for your help, Eric ...
1285 David L. Sifry
david@... Send Email
Sep 10, 1996
3:42 am
I'm no expert in libwww, but I'm getting stuck on an error I can't find the cause of: I create an instance of LWP::UserAgent (I tried RobotUA first, but the ...
1286 Gisle Aas
aas@... Send Email
Sep 10, 1996
8:26 am
... If you contribute a _small_ patch for your first case, then I might consider it, but the RFCs clearly states that the "/" is required before you can have...
1287 Gisle Aas
aas@... Send Email
Sep 10, 1996
8:40 am
... When you request "http://www.zafu.com/josh" you will get a redirect from the server which is handled transparently by the &request function. (I am using...
1288 Gisle Aas
aas@... Send Email
Sep 10, 1996
8:40 am
... You might want to try the new HTML::LinkExtor parser. It will also extract the <frame> links. Regards, Gisle...
1289 Gisle Aas
aas@... Send Email
Sep 10, 1996
8:58 am
... I don't like this fix. Is there anywhere we are required to break header lines? I think the "header values" themselves should be without \n and then ...
1290 Nick Kew
Nick.Kew@... Send Email
Sep 10, 1996
9:15 am
I stumbled across this when upgrading my News posting to use LWP. I have a "Summary" header, which is split over several lines. Usage: my $summary = q(The...
1291 Gisle Aas
aas@... Send Email
Sep 10, 1996
10:39 am
... OK. You convinced me. This patch will be in the next release of libwww-perl: Index: Headers.pm ...
1292 mjewison@... Send Email Sep 10, 1996
2:29 pm
1293 Gisle Aas
aas@... Send Email
Sep 10, 1996
3:41 pm
... The program looks ok to me. I see no problem when running your program on my machine. Regards, Gisle....
1294 Gisle Aas
aas@... Send Email
Sep 11, 1996
2:35 am
In message <9609101421.AA17716@...>, mjewison@... ... Most servers does not allow you to POST to a static HTML document. Perhaps...
1295 Gisle Aas
aas@... Send Email
Sep 11, 1996
1:48 pm
A new release of libwww-perl is now available from: http://www.sn.no/libwww-perl/libwww-perl-5.02.tar.gz This release fixes a few minor bugs: o lwp-rget:...
Messages 1266 - 1295 of 7559   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help