In <9603282242.AA29920@...> On Thu, 28 Mar 1996 23:41:58 +0100 ... ^^^^^ Is that Tcl/Tk or perl/Tk ? Tk-b*/HTML/tkweb exists but is...
906
Saima Sami
ssami@...
Apr 1, 1996 8:17 pm
Hi, I am working with Perl 5.001m for Windows NT. I have installed libwww-perl 5b6 on my computer. Now I am running test to make sure that everything works...
907
Mike Gresham
msgresha@...
Apr 2, 1996 12:04 am
I have been asked by my Webmaster to set up MOMspider to run regularly on our site's web pages, which unfortunately run on a Windows NT machine. I attempted...
908
Paul Schinder
schinder@...
Apr 2, 1996 2:50 am
Saima Sami <ssami@...> writes: } Hi, } I am working with Perl 5.001m for Windows NT. I have installed } libwww-perl 5b6 on my computer. Now I...
909
John Cope
john@...
Apr 2, 1996 3:00 am
Saima, ... Edit LWP/UserAgent.pm, Under sub new turn off the alarm function by specifying 'useAlarm' => 0 This is as far as I have gotten. I'm stuck on...
910
Karl Hakimian
hakimian@...
Apr 2, 1996 3:56 pm
I ran into a bug (feature?) when retrieving an HTTP url using libwww-perl version 5b10. When you use request with a filename, and you supply the header...
911
Martin RJ Cleaver (x5...
martin.cleaver@...
Apr 3, 1996 9:56 am
... U:\>perl -e "use LWP::Simple; getprint(qw(http://www.reuters.com));" Can't locate auto/LWP/Socket/autosplit.ix in @INC at ...
912
Gisle Aas
aas@...
Apr 3, 1996 2:04 pm
I have made a new release available as: http://www.sn.no/~aas/perl/www/libwww-perl-5b11.tar.gz I think this version is good enough that I will rename it as...
913
Paul Schinder
schinder@...
Apr 4, 1996 2:37 am
"Martin RJ Cleaver (x5143) x5143" <martin.cleaver@...> writes: Subject: Re: alarm function in UserAgent.pm } >Saima Sami <ssami@...>...
914
Karl Hakimian
hakimian@...
Apr 4, 1996 3:47 am
... I changed my http patch for this version. I decided to try undeffing the argument passed to request if the request failed. This will allow the result from...
915
Graham Barr
bodg@...
Apr 4, 1996 6:50 am
... Gisle, I think that File::Listing deserves to be separate from libwww, it has a lot of potential uses without the use of libwww. Regards, Graham. -- Graham...
916
Jake Kauth
jake@...
Apr 4, 1996 7:10 am
917
Jake Kauth
jake@...
Apr 4, 1996 7:14 am
918
PVHP@...
Apr 4, 1996 8:33 am
... Java was recently announced to be insecure. See: http://www.cs.princeton.edu/~ddean/java/nativecode.html ... This is a common confusion: Java is a compiled...
919
Ed Jordan
ed@...
Apr 4, 1996 9:45 am
... [flames and rants] ... Pathologically Eclectic Terminal Rubbish Obfuscation Lister? Practical Extensible Transportable Remote Object Language? -- Ed Jordan...
920
A. P. Harris
apharris@...
Apr 4, 1996 5:08 pm
I think there should be a nice-n-easy way, on the UserAgent level, to set the 'HTTP_FROM' address. This is basically to encourage people to follow the...
921
Roy T. Fielding
fielding@...
Apr 5, 1996 10:01 pm
Yes, I do mean all weekend. Apparently someone has decided to do major work on the power system, which means the network is going to be shutdown to avoid a...
922
Gisle Aas
aas@...
Apr 9, 1996 9:15 am
... This is a better patch for the same problem. It even works for other protocols than HTTP and it makes the callback variant faster too. Regards, Gisle ...
923
Gisle Aas
aas@...
Apr 9, 1996 9:49 am
... Good idea. ... ; ... You could also make a separate HTTP::Headers object and set it up with all the headers that you want for every request. Pass this...
924
Gisle Aas
aas@...
Apr 9, 1996 10:48 am
... I don't agree with you. Why can't people install the whole thing, even if they just want to use the File::Listing module? It will be inconvenient for...
925
Graham Barr
bodg@...
Apr 9, 1996 12:06 pm
... disk space ... Well how about me including it with Net::FTP, as that is required by libwww anyway. I intend to develop some scripts which use Net::FTP and...
926
Gisle Aas
aas@...
Apr 9, 1996 12:33 pm
... That's fine with me. I'll take File::Listing out of libwww-perl as soon as you have made a Net::FTP release with it. The module is yours if you want the...
927
Nick Ing-Simmons
nik@...
Apr 10, 1996 8:51 am
In <9604091158.AA07670@...> On Tue, 9 Apr 96 12:58:41 BST ... Not really an issue these days - LWP has a lot of files, but as it is all perl it is...
928
Eric Bennett
bennett@...
Apr 12, 1996 10:37 am
Hello, First the question: Has anyone done any work on creating a ServerAgent class integrated into LWP? I could use this for proxy servers and for programs...
929
Goran Thyni
goran@...
Apr 12, 1996 10:49 am
This code fragment (the orig that is) works OK on linux but fails on DG/UX 5.4r3.0 (and 2.01). The patch below is a quick'n'dirty fix. Since DG/UX is based on...
930
Ulrich Pfeifer
pfeifer@...
Apr 12, 1996 11:39 am
They can still be applied: Please flame by direct mail - I am not on the list ;-) Ulrich Pfeifer -- @J = split //,"J!k Phau^eHeens%rarrot&\ncl t "; ...
931
Gisle Aas
aas@...
Apr 12, 1996 2:20 pm
In message <Pine.OSF.3.91.960412061744.19232A-100000@...>, E ... I had already fixed this problem in my code like this: diff -u -r1.16...
932
Max Ziff
max@...
Apr 14, 1996 2:35 am
Hello Everyone, I have a fairly simple script that uses libwww to check links and it works perfectly on my sun4 but hangs on my sgi. It hangs when writing to...
933
Joe Klein
jklein@...
Apr 15, 1996 7:10 am
I am fairly new to this group so please forgive me if I'm rehashing old stuff. Here is a list of several items that I noticed in the HTML modules. I know it's...
934
Martin RJ Cleaver (x5...
martin.cleaver@...
Apr 16, 1996 5:35 pm
LWP 5b11 to Win32 Attached is a script that, when run against LWP 5b11, should make libwww-perl-5b11 work ok on NT. I have done only limited testing, but it...