Skip to search.
libwww-perl

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 2280 - 2309 of 7559   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2280 Jonas Liljegren
jonas@... Send Email
Sep 3, 1997
3:52 am
While compiling libwww, the only test that failed was base/common-req: base/afm............skipping test on this platform base/common-req.....Use of...
2281 Ledbetter, Bruce
BLEDBETT@... Send Email
Sep 2, 1997
11:30 pm
I need an application to test the performance of a web server. We are particularly interested in hitting the server with many simultaneous request. When the...
2282 Bowen Dwelle
bowen@... Send Email
Sep 3, 1997
2:23 am
I have some simple code that we use for this. It forks X child processes that each hit a specified URL; you can use it to time throughput and latency, at least...
2283 JohnBeaman
JRB@... Send Email
Sep 2, 1997
7:00 am
Interesting that you bring this all up. ... Real-time activity, like calculations, and displays dependant on operator input. How about Field validation? ie....
2284 Luuk de Boer
luuk_de_boer@... Send Email
Sep 3, 1997
4:05 pm
... Take a look at the following site where you will find the parallel request stuff for libwww: http://www.cs.washington.edu/homes/marclang/ParallelUA/ ...
2285 Jonathan Peterson
jon@... Send Email
Sep 3, 1997
4:33 pm
... You might also want to look at server side includes. (Just do a search for "server side includes"). If you need something more advanced (and server side...
2286 Gisle Aas
aas@... Send Email
Sep 3, 1997
7:31 pm
... I think you were just unlucky with the boundary sting chosen for the multipart content (it is base64 encoded so it migth sometimes contain a '+'). Does...
2287 Robert Flannigan
flannigan.robert@... Send Email
Sep 3, 1997
2:37 pm
<SNIP> ... yes a robust INCLUDE would be nice. in the meantime, the only workaround I've found is using a SSI #include directive, and 'compiling' the HTML ...
2288 Dale Couch
dcouch@... Send Email
Sep 2, 1997
3:01 pm
libwww-perl-request@......
2289 Goikhman Mikhael
c0904987@... Send Email
Sep 4, 1997
10:50 am
On Wed, 3 Sep 1997, Andrew Cassin wrote: o|> I have found that a good Perl program, generating a page with a o|> JavaScript routine, which, in-turn, does a...
2290 JohnBeaman
JRB@... Send Email
Sep 3, 1997
2:28 pm
... Thanks, I'll certainly look into it. URGENT! I just acquired a new server that is running NT, and found he doesn't have perl! <eeek!> Where can I get the...
2291 Thomas Goetze
tegoetz@... Send Email
Sep 4, 1997
10:33 pm
When trying to install on Sun Ultra with Solaris 2.5.1 with Perl5.004_01 I got the following during make test: ../../perl -e 'use Config; chdir...
2292 Bill Simpson-Young
bill.simpson-young@... Send Email
Sep 5, 1997
11:56 pm
Hi. I've got a problem that has surfaced with the changes to HTML::Entities.pm for 5.11 (it doesn't happen with 5.08). It's happening in the process of...
2293 Gisle Aas
aas@... Send Email
Sep 5, 1997
6:38 pm
A new relase is on its way to CPAN. It is also available from http://www.sn.no/libwww-perl/ The Changes since 5.11 are: o decode_entities() would sometimes...
2294 Gisle Aas
aas@... Send Email
Sep 5, 1997
6:36 pm
... Thanks for the report. This was bad. I will make 5.12 available soon. ... Yes, it is unwanted! Regards, Gisle...
2295 Bowen Dwelle
bowen@... Send Email
Sep 8, 1997
8:47 pm
Does anyone have a perl style guide, ala http://dev.apache.org/styleguide (for C), that they'd be willing to share? I'd be willing to do some work cleaning it...
2296 Csaba Tanczos
csaba@... Send Email
Sep 9, 1997
10:00 pm
Hi, I didn't find relevant info to this problem in the archive so I address it to anybody that might be able to help: I get the following error at a particular...
2297 Wei Tang
wtang@... Send Email
Sep 10, 1997
10:30 pm
Hi, there: I am new to libwww. I am using libwww-perl-0.40 for Perl4 now. In the bundle, a "get" example is provided. I am just wondering how to use "post"...
2298 Benjamin Hill
torched@... Send Email
Sep 10, 1997
10:39 pm
I don't know if this has been asked before or not. I'd like to be able to check if a URL exists, without downloading it. I'm making a script that automatically...
2299 John Steele
jsteele@... Send Email
Sep 11, 1997
5:57 am
Although I have written a fairly extensive suite of perl programs for the web, I consider myself to be a neophyte, and am a newcomer to the list. So, the next...
2300 Clinton Wong
clintdw@... Send Email
Sep 11, 1997
4:44 am
... Try this: #!/usr/bin/perl use LWP::UserAgent; use HTTP::Request; use HTTP::Response; my $ua = new LWP::UserAgent; my $request = new HTTP::Request('HEAD',...
2301 Marcin Osiecki
marcin@... Send Email
Sep 11, 1997
5:47 pm
I just started using libwww-1.05( I'm using it under perl 5.004 on Linux). When I run following test script: #! /usr/bin/perl -w require LWP; $ua = new...
2302 John Steele
jsteele@... Send Email
Sep 11, 1997
7:12 pm
Well, I have at least a partial answer to my own question. The "libwww-perl" apparently does NOT work under PERLIS. It finally dawned to me that from the...
2303 Gisle Aas
aas@... Send Email
Sep 12, 1997
3:31 am
... This version number does not make sense to me. Anyway, you need to install the library with "make install". It will create all the *.al files you need. ...
2304 Tom Valley; (Consulta...
valley@... Send Email
Sep 12, 1997
3:21 pm
I'm doing a request method HEAD and I receive this error: Unknown challenge 'NTLM' at /usr/local/lib/perl5/site_perl/LWP/UserAgent.pm line 412. It only happens...
2305 Fisher Mark
FisherM@... Send Email
Sep 12, 1997
7:39 pm
Not sure, but it sounds like that site is running a Windows NT server which is trying to use "NT/LAN Manager Challenge/Response" authentication. Given what...
2306 Cliff Wheatley
Parallax@... Send Email
Sep 12, 1997
11:01 pm
At 08:21 AM 9/12/97 -0400, "Tom Valley; (Consultant - Murphy 97)" ... NT Lan Manager. Sounds like a document on an NT site secured by account name and...
2307 Jose Ignacio
jigonzalez@... Send Email
Sep 13, 1997
9:22 pm
Hello, my question is if exists a version of libwww for NT y where i can get it. This is my first question to the list. I'm from Spain (Pays Basque) Thanks ...
2308 Gisle Aas
gisle@... Send Email
Sep 14, 1997
5:50 am
I am trying to hack cookie support into LWP and would like to make it able to share cookie files with Netscape. The format of the file is almost easy to...
2309 Martijn Koster
mak@... Send Email
Sep 14, 1997
6:49 pm
... -- Martijn Koster, m.koster@......
Messages 2280 - 2309 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