I received some files that have *.lwp extensions. How to I access them? Thanks....
4595
Nathan Torkington
gnat@...
Jul 2, 1999 11:16 pm
Any ideas why I can't build URI-1.03 with 5.005_57 on Linux? Nat [root@localhost URI-1.03]# make test PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib...
4596
workshop@...
Jul 4, 1999 12:13 am
From:The SFSE(Scientific Facts Search Engine). When you send an email to EDU,R&D,or Job sites,your email might be forwarded via the SFSE to find the info you...
4597
efrazier@...
Jul 5, 1999 2:08 am
Hi, I most definatly don't have everthing solved yet. But It seems to work for most kinds of HTML style. goto http://www.kwinternet.com/eric/scripts/sendme/...
4598
Blair Zajac
bzajac@...
Jul 5, 1999 11:03 pm
Hello Gisle, Its been a while since I've seen any development on LWPng, but I wanted to point out something that should go into the next version LWPng's...
4599
Lloyd Lim
Lloyd_Lim@...
Jul 6, 1999 11:40 am
Hello, I noticed a couple man page problems. lwpcook.3 is numbered for and installed in man3, but it says LWPCOOK 1 in the actual page. WWW::RobotRules.3 says...
4600
Waller, Mark
MWaller@...
Jul 6, 1999 2:37 pm
To All. I have been give this problem to solve but my experience of Perl is nothing. Now.. the file calls up a script called "data_search.cgi" which accesses a...
4601
David.LANDGREN@...
Jul 6, 1999 2:37 pm
... version ... think ... I doubt you'll find one. Just install the bundle from CPAN. David...
4602
Waller, Mark
MWaller@...
Jul 6, 1999 9:06 pm
I am very sorry for mail this list with this problem "It will not happen again". Someone in my company gave me the address. Once again sorry. Mark...
4603
Mike Sheldrake
kelly@...
Jul 7, 1999 1:37 am
I have a PERL FTP script that stopped working, and this is why: When the PERL's LWP::Protocol::ftp tries to GET this URL: ...
4604
Jason Work
jwork@...
Jul 7, 1999 4:00 am
Hello, Could I please be removed from this mailing list? It doesn't directly address my queries so I'd rather find out answers to my own questions. Thank you....
4605
alon shamir
shamir@...
Jul 7, 1999 11:00 am
submit Alon Shamir mailto:shamir@......
4606
alon shamir
shamir@...
Jul 7, 1999 2:19 pm
I am running a mod-perl script that retrieves web pages from the internet using LWP::Parallel::UserAgent (it is the same for LWP). I am having problems...
4607
Rodney Hook
rod@...
Jul 7, 1999 2:19 pm
remove...
4608
Rodney Hook
rod@...
Jul 7, 1999 2:19 pm
remove...
4609
Gordon D. Pusch
pusch@...
Jul 7, 1999 5:44 pm
[A bit off-topic, but hopefully semi-relevent] Anyone in the group ever attempt to use 'libwww' to write a semi-intelligent netscape 'bookmarks.html' merge...
4610
Mauro Pacelli
mpacelli@...
Jul 7, 1999 5:44 pm
I need help in interpreting the following error message. "Can't locate auto/URI/URL/http/query_form.al in @INC (@INC contains: /usr/local/ ...
4611
Mike Sheldrake
kelly@...
Jul 8, 1999 6:13 am
I looked up RFC 640 (Revised FTP Reply Codes), thanks to Mr. Erskine, and that eventually lead me to it's descendent, RFC 959 (FILE TRANSFER PROTOCOL), which...
4612
ef@...
Jul 9, 1999 2:40 am
Hi, I am trying to figure out something. in the code below, I can't figure out what this line means @imgs = map { $_ = url($_, $base)->abs; } @imgs; While I...
4613
Neko
tgy@...
Jul 10, 1999 10:29 pm
... +++ FTP.pm Tue Jun 22 18:07:44 1999 @@ -38,6 +38,7 @@ use IO::Socket (); use LWP::MainLoop qw(mainloop); +use LWP::Conn::_Connect (); use strict; use...
4614
Sebastien Barre
Sebastien.Barre@...
Jul 12, 1999 11:52 am
I was wondering about the HTML::Element::as_HTML code : sub as_HTML { my $self = shift; my @html = (); $self->traverse( sub { my($node, $start, $depth) = @_; ...
4615
Hyun-ju Seo
hseo@...
Jul 12, 1999 9:46 pm
Hi, all I am running a small perl program to fetch some web pages. Sometimes, I got the following error. Can't locate object method "host_port" via package...
4616
Marc Langheinrich
marclang@...
Jul 13, 1999 1:18 am
Jon, timeouts are a longstanding problem with both pua and lwp (which pua is based on). This is because it relies on the operating system's "select" call (or...
4617
egarrettjr@...
Jul 13, 1999 6:45 pm
WHAT IS THE URL FOR PICS EMAILED TO ME . I'M PHOTOGRAPHER I WANT TO MANIPULATE (CROP,SIZE,ROTATE, ETC.). I HAVE A WEBTVPLUS AND I HAVE DISCOVERED A SITE THAT...
4618
White, Solomon
Solomon_White@...
Jul 13, 1999 9:40 pm
Hi all-- I'm a newbie to libwww. I want to build a script to send a query to a search engine, get all the results (send more requests to get all the pages),...
4619
Derek J. Balling
dredd@...
Jul 13, 1999 11:57 pm
The "Referer:" header is your friend. D...
4620
Sunil Dua
sunil@...
Jul 14, 1999 6:41 am
Hello there This is my first posting to this list. Pls. let me know from where I can get the information on using SSL Layer in perl. I am told to make a secure...
4621
Brian Raven - Equity ...
brianr@...
Jul 14, 1999 6:48 pm
... Have a look at WWW::Search in CPAN. It sounds like it does a lot of what you want. -- Brian Raven s = (char*)(long)retval; /* ouch */ --...
4622
gcarvell@...
Jul 14, 1999 11:52 pm
I'm having trouble making an absolute URI from an existing URI object and a relative link. A link to an in-page anchor such as this '#foo?' can be absolutized...
4623
Cliff Wheatley
cwheat@...
Jul 16, 1999 3:10 am
Is it appropriate for the send_response method to assume that the $res parameter is an HTTP::Response object? The documentation says that you can pass a...