Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

libwww-perl

The Yahoo! Groups Product Blog

Check it out!

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

Advanced
Messages Help
Messages 1745 - 1774 of 7559   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1745 Andreas Gustafsson
gson@... Send Email
Feb 1, 1997
4:41 pm
... Since my bug report generated no interest whatsoever, I decided to fix the bug myself. A patch follows. -- Andreas Gustafsson, gson@... ... ...
1746 Rolf Nelson
rolf@... Send Email
Feb 3, 1997
9:34 pm
... In general, if you want to process a response in a pipelined manner, then what your subroutine needs to do is: 1. First time through the loop, process the...
1747 Rolf Nelson
rolf@... Send Email
Feb 4, 1997
1:22 am
I need to write code, compatible with HTML::FormatText, to print out forms. Ordinarily, when you format HTML with forms into plain-text with HTML::FormatText,...
1748 Long Wong
lwong@... Send Email
Feb 6, 1997
7:18 am
I keep on getting a status code of 500 when trying to retrieve pages outside my home host. I use the following modules to retrieve internal pages with no ...
1749 Tony Tam
tonyt@... Send Email
Feb 6, 1997
7:32 pm
... If you change the URL to an internal site your program should work. I tried it here and it works. I put in the proxy line and it also works. So it must...
1750 Luuk de Boer
luuk_de_boer@... Send Email
Feb 7, 1997
3:45 am
I downloaded libwww 5.06 and I looked at the TreeBuilder.pm. A month or so I mailed to the mailing list about extract_link and frames in a html page. There was...
1751 Anders Myren
amy@... Send Email
Feb 7, 1997
3:45 am
Hi, I have found it useful to have support for the NAME-attribute of the META tag in HTML::HeadParser. The following modification was necessary for that ...
1752 Long Wong
lwong@... Send Email
Feb 7, 1997
3:45 am
thanks, that did it. ... status. ... -- ... Long P. Wong Morgan Stanley Client Technology TEL: 718-754-4980 FAX: 718-754-5205 MAILID: lwong@......
1753 Gisle Aas
aas@... Send Email
Feb 7, 1997
3:45 am
If the server just close the connection when we connect we might get a SIGPIPE signal on Solaris. Does anybody know why it should be like that? What other...
1754 David A. Lee
dave@... Send Email
Feb 7, 1997
8:47 pm
SIGPIPE will occur on *any* un*x system if you write to the output (pipe) after it's been closed by the other end. When this occurs depends greatly on the...
1755 Gisle Aas
aas@... Send Email
Feb 7, 1997
8:47 pm
... OK, then I believe that we need a: local $SIG{PIPE} = sub { die "Connection closed by server" } in libwww-perl somewhere. ... -- Gisle Aas <aas@...>...
1756 Gisle Aas
aas@... Send Email
Feb 7, 1997
10:20 pm
... The HTML::HeadParser in LWP-5.06 does this: if ($tag eq 'meta') { my $key = $attr->{&#39;http-equiv&#39;}; if (!defined $key) { return unless $attr->{&#39;name&#39;}; $key...
1757 Jeroen Latour
jankor@... Send Email
Feb 8, 1997
4:13 am
How to unsubscribe from this list? Jeroen Latour Jankor Postbus 4400 2003 EK Haarlem The Netherlands tel. +31 23-5512610 fax. +31 23-5512611...
1758 Gisle Aas
aas@... Send Email
Feb 8, 1997
4:13 am
... It was not the right bugfix! In general there can be patches that are the right bugfix, but which did not get into the distribution because I didn't have...
1759 Nicolai Langfeldt
janl@... Send Email
Feb 8, 1997
4:13 am
... Jeg har f}tt sigpipe med http implementasjonen min ved en anledning: n}r jeg genererte altforstore requester p.g.a. en bug. Da stengte en del servere...
1760 Stephen Mullin
mullin@... Send Email
Feb 8, 1997
4:13 am
Hello All, I'm looking for a PERL snip which examines a dir of webpages and creates a index.html to make the contents look like a listserver display. i.e. Has...
1761 Alex Lewin
lewin@... Send Email
Feb 8, 1997
4:13 am
Hi all, I am running behind an HTTP-style HTTP etc. proxy server (CERN httpd). I don't have an FTP-style FTP proxy server. I want to generate the list of files...
1762 Andrew Daviel
andrew@... Send Email
Feb 8, 1997
9:08 am
... Just a thought. I had an idea that some HTTP headers were allowed to appear more than once, such as PICS and Cache-Control. So using an assocative array...
1763 Gisle Aas
aas@... Send Email
Feb 8, 1997
4:03 pm
... This will be correct since we use the push_header() method. It allows repeated keys. -- Gisle Aas <aas@...>...
1764 Luuk de Boer
luuk_de_boer@... Send Email
Feb 9, 1997
12:06 am
... Strange, because TreeBuilder.pm doesn't know that frame is a HTML statement. And if you add it to the list in TreeBuilder he knows it and everything is...
1765 gnat@... Send Email Feb 11, 1997
3:22 am
While running setuid with -w, I get Insecure dependency in require while running with -T switch at /usr/local/lib/perl5/site_perl/URI/URL.pm line 158. I...
1766 Amanda Cheung (HK)
amanda@... Send Email
Feb 11, 1997
7:14 am
Hi, I'm a newbie in libwww-perl. Regularly, I need to visit certain site and its sub-links to print some documents. I guess a robot with just a few lines will ...
1767 Mike Stok
mike@... Send Email
Feb 12, 1997
3:31 am
I have a RedHat 4.0 linux system running perl 5.003_26 and when I make test on libwww-perl I get these possible failures: robot/ua............HTTP Server...
1768 Gisle Aas
aas@... Send Email
Feb 12, 1997
7:03 pm
... Looks like the problem we talked about 2 weeks ago. Check: http://www.ics.uci.edu/pub/websoft/libwww-perl/archive/1996h2/0596.html -- Gisle Aas...
1769 Mike Stok
mike@... Send Email
Feb 13, 1997
12:24 am
... You you're right. I had changed my hostname the way RedHat recommended to make sendmail start faster (so it's localhost.localdomain) so I just had to...
1770 Gisle Aas
aas@... Send Email
Feb 14, 1997
2:29 am
I just made libwww-perl-5.07 available because a colleague of mine needed to be able to have the client limit the size of the content returned. This also help...
1771 Stan Shapiro
netset@... Send Email
Feb 14, 1997
7:34 am
Gisle, Been doing some work recently generating HTML tables from database files. Perhaps I'm missing something [not unusual], but I found it hard to use...
1772 Arnaud Ventura
a-ventura@... Send Email
Feb 14, 1997
7:34 am
How can I do that ? Is there a version of the lib that will work with the existing version of PERL for Win32 ?? Arnaud ... Arnaud Ventura...
1773 Percy Perez
percy@... Send Email
Feb 18, 1997
6:24 am
Hello all, Has anyone come up with an equivalent to the fuctions: tan() atan() sin() cos() Thank you for your help, Percy --ppp...
1774 Andrew Y Ng
ayn@... Send Email
Feb 18, 1997
10:06 am
well, the taylor expansions should work... :) /ayn ... -- Andrew Y Ng <ayn@...> | Carnegie Mellon University http://andrew.Ngbert.org | ECE major //...
Messages 1745 - 1774 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