I inherited MomSpider several months ago. I am trying to understand
how my predecessor installed MomSpider. No problem downloading
abd untaring this product. I'm lost when it come to the libwww
libraries.
I have down libwww-perl-5_48.
While untaring the libwww file, I see no referrences to per
1. The prerequisites for HTML-Parser-3.14 should include HTML::Tagset
2. I needed to edit Entities.pm in order to pass the 'make test'
I include my diff:
311,312c311,312
<'and' => chr(8743),
<'or' => chr(8744),
---
>and => chr(8743),
>or => chr(8744),
315c
> Hi,
> I have a problem in transferring files between two machines using a web
> server. I am using the LWP modules(using the POST and Request methods,
> present in LWP::Simple). I am trying to transfer the file from UNIX
> machine to a NT machine, and get back the file from NT machine to UNIX.
I'm using the LWP modules in order to redirect users to a new url while
hiding the parameters from their original form submission, and am having
trouble getting the cookies set by the response to be set in the proper
domain.
So, for example, the user submits a form, which posts to
http://d