I have a search engine, and it uses LWP. I have it get the web page, store it as a string, then have the string converted to html. How do I get rid of the...
2188
ska@...
Aug 1, 1997 11:16 pm
Hi all, I use perl 5.003 and use the libwww-perl-5.08. I try to mirror pages with the program webmirror 1.0. This program didn't mirror pages with "FRAMES". It...
2189
Wayne A. Hogue II
wayne.hogue@...
Aug 1, 1997 5:42 pm
... libwww does not handle frames out of the box. I posted a patch for frames support a few months back. It should be in the archive. I will repost if...
2190
ska@...
Aug 1, 1997 11:58 pm
Hi Wayne, I have a small part of this mail. I start the patch and found out that I didn't have the end. (two open parentheses '{' ) Stephan ... Stephan Kauss ...
2191
Benjamin M. Hill
Benjamin.M.Hill@...
Aug 1, 1997 6:33 pm
I also tried using Webmirror recently. I tried to capture a directory of my images, with the directory just generated by the default Index page. It worked...
2192
Wei Yuan
wyuan@...
Aug 1, 1997 9:58 pm
... When you get the web page, save the content part of your response instead of the whole thing. $request = new HTTP::Request('GET', $url, $header); $response...
2193
Sanjay Bhatia
sb@...
Jul 24, 1997 12:34 am
hi, I would like to use libwww to access our secure site. i haven't seen anything related to it in the docs. can someone tell me if this is possible using...
2194
Free Cable
killty@...
Aug 4, 1997 3:07 am
****CABLE BOX DESCRAMBLER**** BUILD YOUR OWN DESCRAMBLER FAST CHEAP AND EASY Cable Descrambler plans available for $ 5.00 Build your own cable descrambler box...
2195
ska@...
Aug 4, 1997 4:05 pm
Hi Wayne, I have a small part of this mail. I start the patch and found out that I didn't have the end. (two open parentheses '{' ) Stephan ... Stephan Kauss ...
2196
Gisle Aas
aas@...
Aug 5, 1997 12:39 am
Patch applied. -- Gisle Aas <aas@...>...
2197
Gisle Aas
aas@...
Aug 5, 1997 12:42 am
... Why do expect the HTTP::Response to have a headers() method? Did you find it in any of the documentation? -- Gisle Aas <aas@...>...
2198
Gisle Aas
aas@...
Aug 5, 1997 12:48 am
... I have seen this with another link checker I wrote. I suspect that it has something to do with how (badly) perl handles signals and the fact that we use...
2199
Gisle Aas
aas@...
Aug 5, 1997 12:52 am
... The server is not sending a Content-Length or a Last-Modified headers. There is not much LWP can do about that. -- Gisle Aas <aas@...>...
2200
Gisle Aas
aas@...
Aug 5, 1997 1:00 am
... RFC1808 says: Parsers must be careful in handling the case where there are more relative path ".." segments than there are hierarchical levels in the base...
2201
Gisle Aas
aas@...
Aug 5, 1997 1:04 am
... Look for netscape_buggy_comment in the HTML::Parser documentation. -- Gisle Aas <aas@...>...
2202
Lic. Jorge Di Geronim...
jorge@...
Aug 4, 1997 9:28 pm
... check ..... ... Lic. Jorge Di Geronimo A. Web Strategies Inc. Presa Salinillas #370 3er Piso Mexico , D.F.01123 Hosting Services Provider ...
2203
Randal Schwartz
merlyn@...
Aug 5, 1997 12:43 am
... Gisle> The reason URI::URL does this is that RFC1738 says: Gisle> In some cases, extra whitespace (spaces, linebreaks, tabs, etc.) may Gisle> need to...
2204
Ronnie Gaubatz
rgaubatz@...
Aug 5, 1997 6:28 am
Can anyone help me with this problem? I am trying to use FormMail.pl from Matt's Script Archive. Because my server requires cgi scripts to have the cgi...
2205
David V.F. Burton
davidburton@...
Jun 17, 1997 8:58 pm
Yes, this was SPAM!! I know a bunch, ok a few people who got it through libwww-perl... David... -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- David V.F....
2206
Axel Ramge
axel@...
Aug 5, 1997 4:27 pm
... Following rfc1738 whitespace *has* to be removed, because (white-)space is considered to be an unsafe character which *must* be encoded. So if there really...
2207
Luuk de Boer
luuk_de_boer@...
Aug 5, 1997 5:41 pm
... I was testing Marc's parallel patch for libwww (version 2.2) and did have the same problem. Only Marc is using for parallel request IO::Socket::INET...
2208
Axel Ramge
axel@...
Aug 5, 1997 4:53 pm
This was a little bit too fast. ... $_ =<<'EOF'; http://www.nowhere.com/foo- bar/sleeping/ with /socks on your feet /end of this stupid url EOF ...
2209
Tom Valley; (Consulta...
valley@...
Aug 5, 1997 2:35 pm
Hi, Apparently, some, if not most, web servers do not return the last-modified tag. However, I have noticed that all of them respond to the if-modified-since ...
2210
Gisle Aas
aas@...
Aug 5, 1997 9:00 pm
... Thank you very much. These patches will be in 5.11. -- Gisle Aas <aas@...>...
2211
Andrew Daviel
andrew@...
Aug 5, 1997 7:24 pm
... Dunno. By "last-modified method" do you mean HEAD ? In my experience with Apache (Unix), Last-Modified is always sent for regular files and is generated...
2212
Martin Cleaver
Martin.Cleaver@...
Aug 6, 1997 5:09 am
... Hi, thats great. Have you put something in place to allow users to unpack and install the archive? The patch program lwpWin32.pl I wrote a while back...
2213
hedlund
hedlund@...
Aug 6, 1997 2:10 am
The LWP::MediaTypes perldoc page on guess_media_types says: If the type can not be deduced from looking at the file name only, then guess_media_type() will...
2214
Gisle Aas
aas@...
Aug 6, 1997 6:00 pm
I just uploaded a new version of LWP to CPAN. This version requires perl version 5.004 to build. I have not been able to test the new SSL support (no working...
2215
ska@...
Aug 6, 1997 6:48 pm
Hi all, there are some bugs in the wwwlib 5.10. One is Frame parsing and one with the Netscape embed tag. To fix this problem edit the file Element.pm and add...
2216
Calle Aasman
md4calle@...
Aug 7, 1997 1:27 am
when my html-parser stumbles on a tag like <-- text --> it will treat everything inside the < > like normal text :/ the page it discovered it on is...