Skip to search.
libwww-perl

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 558 - 587 of 7559   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
558 Chris Fedde
cfedde@... Send Email
Oct 2, 1995
12:49 am
... Gisle, My goal with this patch was to get the correct behavior for tables and lists. With out this patch the th, tr, td, dd, dt, dd, li (also option)...
559 Hans de Graaff
J.J.deGraaff@... Send Email
Oct 3, 1995
10:33 am
Hi, I'm currently writing a script using libwww-5b5, and perl keeps crashing on me fairly consistently. (Perl 5.001m on Solaris 2.4). Here's a backtrace of...
560 J. Michael Goller
michael@... Send Email
Oct 3, 1995
11:13 pm
List members, I'm a perl idiot. I keep meaning to ..... I just never have the time! Anyway, back to my question, I picked up a copy of w3mir as an way to ...
561 Tim Bunce
Tim.Bunce@... Send Email
Oct 4, 1995
2:53 am
I've just got around to trying this and I've had a problem. You include programs called request and mirror which MakeMaker will install into the standard local...
562 Tim Bunce
Tim.Bunce@... Send Email
Oct 4, 1995
6:37 am
... Get Perl5.001m. But I'm surprised that any Makefile.PL would use lib. Tim....
563 Hans de Graaff
J.J.deGraaff@... Send Email
Oct 4, 1995
1:59 pm
Yesterday I mailed about a perl5.001m crash when using libwwwperl-5b5. I've found some additional information on this crash (appended below, also sent to...
564 Gisle Aas
aas@... Send Email
Oct 4, 1995
10:35 pm
Thanks for the bug report. I believe communication with pre HTTP/1.0 servers is not very well tested. The TODO list also mention that we have problems ...
565 ts
decoux@... Send Email
Oct 5, 1995
10:03 am
... Talk normally. ... Here the result with CERN httpd 0.9b/WWWLibrary_1.1a (7 Jan 93) moulon% cat Version.make VD = 0.9b moulon% more HTDaemon.c /*...
566 Tom Christiansen
tchrist@... Send Email
Oct 9, 1995
3:17 am
I just tried to install libwww-perl-5b5, and suffered some unpleasantries that several of you can no doubt help with. I'm not altogether sure who has to fix...
567 Kenneth Albanowski
kjahds@... Send Email
Oct 9, 1995
3:50 am
... You're lucky if you don't break some newsreaders with that... Let's see... The main things need to do this are some changes to Configure to ask for a...
568 Kenneth Albanowski
kjahds@... Send Email
Oct 9, 1995
4:37 am
... Followup: Yes, Configure now includes man3ext, and installman3dir. I'm in the process of adding support to MakeMaker to install appropriate pods in the...
569 Tom Christiansen
tchrist@... Send Email
Oct 9, 1995
4:49 am
... Thank you VERY much. --tom...
570 Andy Dougherty
doughera@... Send Email
Oct 11, 1995
6:27 pm
... These are already in 5.001m, though I probably gussied them up some in my Jumbo patch. Andy Dougherty doughera@... Dept. of Physics ...
571 Aaron Sherman
ajs@... Send Email
Oct 11, 1995
8:00 pm
It is not clear from the documentation whether HTTP::Request::url can take a string value. It is made clear earlier that new can take a string url or ref to a...
572 Aaron Sherman
ajs@... Send Email
Oct 12, 1995
2:14 pm
Quoting problem: I have the code: $str = 'http://foo.com/script?otherurl=http%3A%2F%2Ffoo.com%3A8000%2F'; $url = new URI::URL $str; print $url->as_string,...
573 Aaron Sherman
ajs@... Send Email
Oct 12, 1995
6:19 pm
The following is what I did to URL::URI::_generic::_esc_query to get it to work for my test case. However, there did not seem to be any user-configurable way...
574 Martijn Koster
mak@... Send Email
Oct 12, 1995
6:26 pm
In message <199510121410.KAA02433@...>, Aaron Sherman ... Because the parser decodes the %?? in the query, but URI::Escape::uri_escape...
575 Aaron Sherman
ajs@... Send Email
Oct 12, 1995
8:50 pm
Ok, so it seems that the broken part of URI::URL is truely the *decoding* not the *encoding*, and I've been patching a non-hole for a while now. How is it...
576 Roy T. Fielding
fielding@... Send Email
Oct 12, 1995
11:28 pm
... Yes and no. While it is true that all those characters can be used in a query syntax, the library must not decode them -- decoding a reserved character...
577 Martijn Koster
mak@... Send Email
Oct 13, 1995
12:20 am
In message <199510122047.QAA03051@...>, Aaron Sherman ... It does need fixing... ... It might be nice to add an uri_escape-like $patn...
578 Tim Bunce
Tim.Bunce@... Send Email
Oct 13, 1995
12:00 pm
... But the query, like all the other parts, is stored in isolation and is decoded and encoded in isolation. All that needs to change is the query encoding so...
579 Peter Provart
pprovart@... Send Email
Oct 13, 1995
12:56 pm
HI, I'm a first time user of perl etc so pretty new to all this stuff. On my system /usr/local/bin/perl4.036 is being used for the perl scripts for all the...
580 Gisle Aas
aas@... Send Email
Oct 16, 1995
3:49 pm
... It accepts both. ... It is supposed to be HTTP::Header. This class was once called LWP::MIMEheader. Thanks! --Gisle Index: Request.pm ...
581 Martijn Koster
mak@... Send Email
Oct 16, 1995
4:13 pm
... Either I'm not awake now, or I wasn't last time. Rather than thinking about how to preserve which characters in query, shouldn't URL.pm have methods for...
582 Aaron Sherman
ajs@... Send Email
Oct 16, 1995
4:53 pm
I don't understand what a "form info encoding in query" is, but the library, as it stands, needs to not DECODE things like & because they are ambiguous after...
583 Martijn Koster
mak@... Send Email
Oct 16, 1995
5:05 pm
In message <199510161650.MAA05644@...>, Aaron Sherman ... I mean one could teach URL's about the forms, so you could say something...
584 Aaron Sherman
ajs@... Send Email
Oct 16, 1995
5:17 pm
When UserAgent sends a request and the server reads it, but then exits before replying, the UserAgent does not return until a timeout occurs, even though the...
585 Aaron Sherman
ajs@... Send Email
Oct 16, 1995
5:19 pm
I think that's fine, but what about a user-agent that gets the string: http://foo.com/bar?baz=1%262&flip=1 This *does* need to be handled, and it shouldn't be...
586 Martijn Koster
mak@... Send Email
Oct 16, 1995
5:25 pm
In message <199510161719.NAA05741@...>, Aaron Sherman ... Sure, that'd be covered by the library parsing, so the ua could do $url =...
587 Takeshi Sugai
sugai@... Send Email
Oct 17, 1995
12:20 am
Hi Everyone, Does anyone know that is it possible to use libwww-perl library in order to get URL with the user name and passwd ? I'm writing the program on...
Messages 558 - 587 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