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 720 - 749 of 7559   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
720 Tim Bunce
Tim.Bunce@... Send Email
Jan 2, 1996
5:40 pm
... Umm, how about a module called HTTPD::UserAdmin with subclasses as needed? ... Ideally comp.infosystems.www.authoring.cgi but it looks hard to 'discuss' ...
721 hickey@... Send Email Jan 2, 1996
9:32 pm
... I too have a set of perl objects for working with password and group files. I use it for administering our WWW site, and within scripts that allow users to...
722 Tim Bunce
Tim.Bunce@... Send Email
Jan 2, 1996
11:33 pm
... HTTPD seems better suited since the modules would be specifically related to the management of http daemons/servers. WWW is rather too vague. I'd be happy...
723 Doug MacEachern
dougm@... Send Email
Jan 3, 1996
12:42 am
[snip] ... Sounds good. ... It seems users on both the libwww-perl and CGI lists would have equal interest, any objections to future disussion taking place on...
724 Roy T. Fielding
fielding@... Send Email
Jan 3, 1996
7:11 am
I'd rather not have this discussion on the libwww-perl list, as it has nothing to do with a client library. The CGI list makes more sense. .....Roy p.s. In...
725 psy@... Send Email Jan 3, 1996
7:13 pm
Specs: Linux 1.2.0 Perl 5.001m libwww-perl 5b6 I'm getting a sementation fault while executing the following code: $Url = 'http://some.url.goes.here/'; $hUA...
726 Tim Bunce
Tim.Bunce@... Send Email
Jan 3, 1996
10:24 pm
... Try adding 'use sigtrap' and try perl5.002beta1f or 1g. Tim....
727 Martin Hamilton
martin@... Send Email
Jan 8, 1996
3:05 pm
libwww-perl(-5b6) doesn't seem to like FTP servers which produce multi-line responses - e.g. wu-ftpd. You get the error message RC_UNAUTHORIZED without...
728 Tom Christiansen
tchrist@... Send Email
Jan 10, 1996
1:42 am
I've been thinking about how to convert generally convert URLs in text like: Been to http://www.xor.com/? Then try http://internet-plaza.net/. to something...
729 Mordechai T. Abzug
mabzug1@... Send Email
Jan 10, 1996
2:40 am
"TC" == Tom Christiansen spake thusly: TC> TC> It's actually somewhat tough. I have this (as a filter) so far. TC> Is there a lovely module that does this...
730 Earl Hood
ehood@... Send Email
Jan 10, 1996
4:03 am
... What you had did not handle lines like the following: http://www.xor.com/foo?bar <http://internet-plaza.net/>. Been to http://www.xor.com/foo?bar...
731 Brad Cox
bcox@... Send Email
Jan 10, 1996
5:44 am
... And https seems to be getting more and more common. Here's a longer list I picked up somewhere, either from formal dox or just scanning files in my web; I...
732 PVHP@... Send Email Jan 10, 1996
6:08 am
... Wasn't there also supposed to be a 'tn3270://' url form? Peter Prymmer pvhp@......
733 Tom Christiansen
tchrist@... Send Email
Jan 10, 1996
7:06 am
While my initial thoughts would have been to simple use \S+?:\S+ for a generic URL, what I had to deal with was generic text that often included trailing...
734 Jarkko Hietaniemi
jhi@... Send Email
Jan 10, 1996
9:41 am
... You could start at http://www.w3.org/pub/WWW/Protocols/HTTP1.0/draft-ietf-http-spec.html ++jhi;...
735 Earl Hood
ehood@... Send Email
Jan 10, 1996
9:09 pm
... Take a look at <URL:http://www.w3.org/hypertext/WWW/Addressing/URL/5_BNF.html>, and <URL:http://www.w3.org/hypertext/WWW/Addressing/rfc1738.txt>. You'll...
736 Olli
olli@... Send Email
Jan 11, 1996
10:09 am
Daft question, where can i get libwww from for good 'ole perl?? Cheers, Olli....
737 Gisle Aas
aas@... Send Email
Jan 11, 1996
11:55 am
... If good 'ole perl is perl4.036 or something then check out http://www.ics.uci.edu/pub/websoft/libwww-perl/ If good 'ole perl is perl5.001m or something...
738 Andrew Daviel
andrew@... Send Email
Jan 11, 1996
11:34 pm
How does one use PUT, POST ? When I try simple things to a cgi script that works with forms from Mosaic, etc. my server times out. (I'm still using lwp4, if...
739 Andrew Daviel
andrew@... Send Email
Jan 11, 1996
11:47 pm
... Also on CPAN sites in many countries. http://www.perl.com/perl/CPAN/CPAN.html CPAN/modules/by-category/15_World_Wide_Web_HTML_HTTP_CGI/WWW Andrew Daviel,...
740 Steve Livingston
mouche@... Send Email
Jan 13, 1996
4:44 am
Installed libwww-perl 5b6...all tests OK _except_ network tests. Using: perl5.001n sparc/solaris 2.4 ...
741 Philip Hallstrom
philip@... Send Email
Jan 13, 1996
7:49 am
Hi all, I've scanned the mail archive and haven't seen my problem, so here goes (I have this icky feeling it's not a libwww thing, but a bad install with perl...
742 Ade Miller
asm@... Send Email
Jan 13, 1996
8:07 pm
743 Gisle Aas
aas@... Send Email
Jan 13, 1996
8:07 pm
... You should not use perl5.001n. This version of perl too buggy and can't run libwww-perl-5. Try to use perl5.001m. This was the last unofficially ...
744 o
yrchen@... Send Email
Jan 17, 1996
10:14 am
Hi, I would like to know if there exists versions of libwww-perl for Perl 5.0+. Thank you in advance!...
745 Aaron Sherman
ajs@... Send Email
Jan 17, 1996
10:09 pm
Just picked up libwww-perl5b6, and I noticed that URI::URL.pm has not changed since 5b5. I was wondering if either of the bugs that I reported...
746 Toshi Iijima
iijima@... Send Email
Jan 18, 1996
9:50 pm
In Sams book, "Teach yourself Perl in 21 Days" it says that wehn you open a file in append mode, the existing contents are not destroyed, but you cannot read...
747 Aliza R. Panitz
buglady@... Send Email
Jan 19, 1996
1:38 am
748 John Balwit
balwit@... Send Email
Jan 19, 1996
2:19 am
Totally stumped. I went out and bought all the books, downloaded perl and went to bed dreaming of the glorious day when I too would be a PERL programmer. Alas,...
749 Chris Dean
ctdean@... Send Email
Jan 19, 1996
3:18 am
... I'm clueless about the Next, but maybe the FAQ will help. You could also try the perl5-porters mailing list instead of the libwww one (or did I miss this...
Messages 720 - 749 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