This might be off the topic of the mailling list, but do you think it's
possible and what ideas come to your mind if one creates a link check
program (or if anyone already created one) that plugs-in to netscape. Since
netscape already has everything on it, ie SSL, javascript interpreter, etc.
With javascript the only thing I can think of (and what we've done in
catching javascript links) is re-parsing the current document in the
$response object, with a pattern match of what your looking for, and then
base url those found links (then either downloading those images as the
image lin
On Wed, Feb 21, 2001 at 01:09:50PM +0100, Reinier Post wrote:
>> - http:://www.domain.com/
>
>This :: notation is contagious :-)
Ha3x... unbelievable. I didn't even notice that before. I was writing my
user agent when I wrote this message :)
>The server won't tell you whether or not they're the
Hi,
Can anybody give me an example how I can use parallel LWP with
POST method for posting?
Best Regards,
Ladislav Blazek( Mr.)
If I configure and 'make' as one user and install as another user
(for security reasons) then I get
gandalf libwww-perl-5.50> make install
/opt/local/bin/perl -e 'use Config; chdir q{blib/script}; foreach (qw(GET HEAD
POST)) {' \
-e 'unlink "$_";' \
-e 'system("$Config{\"lns\"} lwp-requ
On Wed, Feb 21, 2001 at 04:42:20PM +0700, John Indra wrote:
> Hi all...
>
> How do I tell my user-agent (an LWP::UserAgent object) to NOT download both
> / and index.html or whatever remote sites DirectoryIndex set to?
> Example, my user-agent sees 2 link:
> - http:://www.domain.com/
This :: not
Hi all...
How do I tell my user-agent (an LWP::UserAgent object) to NOT download both
/ and index.html or whatever remote sites DirectoryIndex set to?
Example, my user-agent sees 2 link:
- http:://www.domain.com/
- http:://www.domain.com/index.html
IF in this situation both link to the same docum