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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 1882 - 1911 of 7559   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1882 Rodney Wines
rodney.wines@... Send Email
Apr 1, 1997
6:46 pm
I know that this isn't directly relevant to libwww-perl, but you're about the only place I can ask. I've downloaded and built db.1.85 and built it...
1883 Chris Dean
ctdean@... Send Email
Apr 2, 1997
7:53 am
... Put db.h and sys/cdefs.h in /usr/local/include and libdb.a in /usr/local/lib. Then rebuild and reinstall Perl. If you put the .h and .a files somewhere...
1884 Ku Kam Ming
kmku@... Send Email
Apr 2, 1997
10:43 am
1885 Fred Douglis
douglis@... Send Email
Apr 2, 1997
10:51 pm
I'm finding an increasing number of pages that are accessible via https. Are there any plans to support https in LWP? (I tried "GET" on such a page with 5.07...
1886 Ku Kam Ming
kmku@... Send Email
Apr 3, 1997
5:04 am
1887 Roderick Schertler
roderick@... Send Email
Apr 3, 1997
9:49 pm
... [...] ... This was a bug in h2ph. You need to regenerate these headers with a newer h2ph (cd /usr/include && h2ph *.h sys/*.h). I don't know when this...
1888 Alexey Zilber
alex@... Send Email
Apr 5, 1997
12:06 am
Ditto! I have an earlier version and I keep getting parse errors in the ODBC.pm. Any help would be greatly appreciated! Alexey Zilber, Intranet Developer...
1889 Doug Martin 4-6576
martind@... Send Email
Apr 5, 1997
2:15 am
Hello everyone: I have an agent that I have used for a bunch of sites or for a few months now. Suddenly, I find a site that my agent successfully connects to,...
1890 Gisle Aas
aas@... Send Email
Apr 5, 1997
2:57 pm
A new release is now available from: http://www.sn.no/libwww-perl/libwww-perl-5.08.tar.gz Changes since 5.07 are: o Made libwww-perl warning compatible with...
1891 Gisle Aas
aas@... Send Email
Apr 5, 1997
5:13 pm
... Perhaps you have problems because you are sending this 'PROXY-CONNECTION' header. "Keep-Alive&quot; means that the server (in this case a proxy server) will...
1892 Gisle Aas
aas@... Send Email
Apr 5, 1997
5:13 pm
The MIME::QuotedPrint module could sometimes insert illegal soft line breaks inside =XX escapes. It would also make lines that are 1 char too long. This...
1893 Po-shan Chang
pchang@... Send Email
Apr 6, 1997
5:14 pm
Hi, I just installed the CGI.pm on my own directory, but I am not be able to run the examples which is included in the package. I tried to make a very simple...
1894 Doug Martin 4-6576
martind@... Send Email
Apr 8, 1997
5:34 pm
Folks: I recently posted a question about a site connection that abruptly froze in mid-transmission. Since then, I have been able to further characterize the ...
1895 Nicolai Langfeldt
janl@... Send Email
Apr 10, 1997
12:56 am
Just got libwww-perl-5.08. Adapting w3mir to use URI::URL instead of wwwurl. $ perl5 -v This is perl, version 5.003 with EMBED ... $ ./debug.pl ... ...
1896 Mark James
jamesm@... Send Email
Apr 10, 1997
12:56 am
I tried to build libwww-perl-5.08, but if failed one of the robot/rules-dbm ... robot/rules-dbm.....Can&#39;t open test-29121: Try again at robot/rules-dbm.t line...
1897 Gisle Aas
aas@... Send Email
Apr 10, 1997
12:10 pm
... Hmmm, I guess so... I'll think about addin this statement to the constructor and every statement that sets escaped components: ...
1898 Nicolai Langfeldt
janl@... Send Email
Apr 10, 1997
10:43 pm
When programming w3mir I've been using the concept of a "canonical&quot; url format, the one _right_ way to represent a url internally. The object of the excercise...
1899 Nicolai Langfeldt
janl@... Send Email
Apr 10, 1997
10:43 pm
This is like the getsite function of wwwurl in libwww-perl 0.40: sub site { my $self = shift; return $self->host.':'.$self->port; } Handy for those Host:...
1900 Rodney Wines
rodney.wines@... Send Email
Apr 11, 1997
2:35 am
My company has a large internal network with several web servers that are only visible (hopefully!) to other Alcatel units. We also have several external...
1901 Gisle Aas
aas@... Send Email
Apr 11, 1997
7:14 am
... The $url->netloc is nearly the same. Only difference is that it will not append ":<port>" when it is the default one. For the host header this is...
1902 Robert Nicholson
steffi@... Send Email
Apr 11, 1997
11:20 am
Just wondering if anybody on sun4-solaris reported the following test output. SunOS DGS 5.3 Generic_101318-59 sun4m sparc libwww-5.08 The failure of "path"...
1903 Nicolai Langfeldt
janl@... Send Email
Apr 11, 1997
5:20 pm
... Actually, netloc is what I needed. Oh well. Nicolai...
1904 Nicolai Langfeldt
janl@... Send Email
Apr 12, 1997
9:56 am
The document ...
1905 Steve Nelson
steven@... Send Email
Apr 12, 1997
9:49 pm
I can't get the libwww to test properly (which of course means that I don't have it built correctly). I've built, tested, and installed perl5.003 on a ...
1906 Michael R Cook
michael_cook%erawan@... Send Email
Apr 12, 1997
9:49 pm
Consider this HTML code: <FONT COLOR="#FF0000">Foo!</FONT COLOR><TITLE>Bar!</TITLE> The malformed </FONT COLOR> markup seems to thoroughly confuse...
1907 Andrew Koons
andy@... Send Email
Apr 12, 1997
9:49 pm
Hello, I downloaded the directions for the libwww-perl bundle and followed them to a tee. When I tried to run the Makefile.PL my server said that there were...
1908 Gisle Aas
aas@... Send Email
Apr 12, 1997
9:49 pm
... RFC1808 says this: Parsers must be careful in handling the case where there are more relative path ".." segments than there are hierarchical levels in the ...
1909 Gisle Aas
aas@... Send Email
Apr 13, 1997
5:29 pm
... I am not sure everybody will agree on what is correct. libwww-perl-5.08 contains the following fix: o HTML::Parser was confused about "</" when it did not...
1910 Michael R Cook
michael_cook%erawan@... Send Email
Apr 13, 1997
11:58 pm
... GA> I am not sure everybody will agree on what is correct. I would expect the extra COLOR parameter to be ignored (or perhaps to generate a warning). GA>...
1911 petr prenghy
Petr.Prenghy@... Send Email
Apr 14, 1997
7:28 pm
Hello, How can I expand URLs from frames? Thanks. Petr Prenghy...
Messages 1882 - 1911 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