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 50 - 79 of 7559   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
50 Roy T. Fielding
fielding@... Send Email
Sep 1, 1994
2:18 pm
I have encountered a very strange problem. On Monday, my MOMspider program tested (did a HEAD request) on the following URL ...
51 chakl
olafabbe@... Send Email
Sep 2, 1994
8:43 pm
52 Jim Davis
davis@... Send Email
Sep 3, 1994
7:17 pm
I have a new version of the HTML parser in perl. It fixes no bugs, but adds suggestions people have sent in * if stack does not end up empty, stack is printed...
53 Roy T. Fielding
fielding@... Send Email
Sep 5, 1994
7:58 pm
... I finally got through to the server and my initial feeling was correct: HTTP/1.0 200 OK mime-version: 1.0 last-modified: Wednesday, 24-Aug-1994 16:58:00 ...
54 Roy T. Fielding
fielding@... Send Email
Sep 5, 1994
11:00 pm
... That sounds like a race condition between the alarm that interrupts the sleep and some other interrupt. Since that is a fairly common problem in Unix...
55 Pittelli
pittelli@... Send Email
Sep 6, 1994
12:20 am
I wrote a Windows Mosaic hotlist to HTML converter in PERL, but am not sure whether your wwwlib page should refer to it (since it's a user-interactive program,...
56 Earl Hood
ehood@... Send Email
Sep 6, 1994
12:53 am
... I do not know the guidelines for what can be contained in the libwww-perl package, so if you want, I could add your program to my perlWWW package ...
57 Brooks Cutter
bcutter@... Send Email
Sep 6, 1994
8:58 am
58 Earl Hood
ehood@... Send Email
Sep 6, 1994
3:57 pm
... You should look at the 'htmltoc' program that is part of the perlWWW package <URL:http://www.oac.uci.edu/indiv/ehood/> which has been out for a while....
59 bcutter@... Send Email Sep 7, 1994
7:06 am
... Thanks for the tip... I should have described it more clearly - the package I included is more than just a parsing library - it also provides a method for...
60 Jared_Rhine@... Send Email Sep 7, 1994
9:24 am
Earl> Parsing SGML will be much easier with the new features of Perl 5. I'm Earl> just waiting for a non-alpha/beta version. I'm not sure whether that should...
61 Earl Hood
ehood@... Send Email
Sep 7, 1994
3:51 pm
... I think my thoughts can also be applied to libwww-perl: The reason I do not go to Perl 5 now is that Perl 5 does not have nearly as wide-spread as Perl 4....
62 Eric Morgan
eric_morgan@... Send Email
Sep 14, 1994
8:28 pm
Undefined subroutine "main'SEC_BASE" Folks, Upon trying to use the "get" program from libwww-perl-0.30 I get the following error: Undefined subroutine...
63 Roy T. Fielding
fielding@... Send Email
Sep 14, 1994
9:11 pm
... ^^^^^^^^ *groan* The problem with SVRx systems is that they all do different things wrong. If they'd just do it right, or do the same things wrong, we...
64 Eric Morgan
eric_morgan@... Send Email
Sep 15, 1994
1:45 pm
"connection refused" and more sys/socket.ph problems In an effort to use the "get" program and test the libwww-perl library, I get an error, "Cannot connect to...
65 Roy T. Fielding
fielding@... Send Email
Sep 16, 1994
12:55 am
... Ummmm, correct me if I'm wrong, but I don't see SEC_BASE being defined by the above. I sure am curious as to why SEC_CONF_base is being defined with a...
66 Jack Shirazi - BIU
js@... Send Email
Sep 16, 1994
10:37 am
One observation that will probably never matter: the second argument to the socket call should actually be &main'PF_INET. It shouldn't matter because I don't...
67 Roy T. Fielding
fielding@... Send Email
Sep 16, 1994
11:04 am
... [complicated perl routine deleted] ... #include <stdio.h> #include <sys/types.h> #include <sys/socket.h> int main() { printf("sub AF_INET { %d; }\n",...
68 Eric Morgan
eric_morgan@... Send Email
Sep 16, 1994
4:48 pm
yet more "connection refused" Folks, ... above. I sure am curious as to why SEC_CONF_base is being defined with a comment indicating it is SEC_BASE. Perhaps...
69 Eric Morgan
eric_morgan@... Send Email
Sep 16, 1994
5:14 pm
"my_sys_socket.ph did not return a true value" As mentioned earlier, I can not use "get" to connect to my NCSA httpd 1.3 server running under OS/F 2.0. I get...
70 Roy T. Fielding
fielding@... Send Email
Sep 17, 1994
8:28 am
... Because Jack's program has two bugs, and mine only has one (;-) ... Very clever -- that was the bug in my version. ... *sigh* May I suggest strangling the...
71 Roy T. Fielding
fielding@... Send Email
Sep 21, 1994
2:59 am
Hello all, I've generated a new version of libwww-perl and it is now available at the usual locations. The message below will be sent to www-talk, etc., ...
72 Eric Morgan
eric_morgan@... Send Email
Sep 22, 1994
7:23 pm
RE>>output from test-socket.pl Jack, I have added the unpack-print line to our code, and it correctly displays Internet addresses in dot notation. I find this...
73 Jack Shirazi - BIU
js@... Send Email
Sep 23, 1994
8:59 am
Anyone doing wwwnews.pl ? If not, I'll take a stab at it. I have some questions though. The libwww is set up to use things like GET and HEAD which are really...
74 Jack Shirazi - BIU
js@... Send Email
Sep 23, 1994
12:26 pm
I just noticed that the socket address structure is packed using "c4" - four signed chars. This should be four unsigned chars, "C4". On my SunOS system it...
75 Eric Morgan
eric_morgan@... Send Email
Sep 23, 1994
1:47 pm
RE>Bug? sockaddr structure ... signed chars. This should be four unsigned chars, "C4". On my SunOS system it seems to make no difference (i tried it using both...
76 Roy T. Fielding
fielding@... Send Email
Sep 24, 1994
4:26 am
... Nope. I do have a couple perl->NNTP examples from others, which I'll send in another message. ... Yes -- what you are essentially doing is building a...
77 Roy T. Fielding
fielding@... Send Email
Sep 24, 1994
4:36 am
... Drat! I'll fix that for the next release, though it should not make any difference for a pack (unpack would be a problem, I think). Too bad it's not the...
78 Jack Shirazi - BIU
js@... Send Email
Sep 26, 1994
10:52 am
Because of the way the latest version of libwww suggests solving socket.ph problems, any other files which require socket.ph would need to be edited if the...
79 Martijn Koster
m.koster@... Send Email
Sep 26, 1994
12:18 pm
... Given what INSTALL.txt suggest, I agree that might make sense. However, I don't understand why INSTALL.txt doesn't suggest fixing the sys/socket.ph in...
Messages 50 - 79 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