On Tue, Oct 09, 2001 at 09:17:06AM -0400, Shane Landrum wrote:
| On Sun, Oct 07, 2001 at 03:30:58PM -0400, Kirrily 'Skud' Robert ([EMAIL PROTECTED])
|wrote:
| > OK, I've been putting off figuring this out for ages, but here it is:
|
| <snip of a good, elegant example>
|
| Another way to accomplish the same thing, that I hacked up to
| test an internal password-protected web gadget:
Well, WWW::Chat just gets pre-processed into LWP code. But I like it
because it's at least an order of magnitude less LOC for anything more
than:
ok(LWP::Simple::get($url), "Get $url");
For instance, if you want to get a page, fill in a form, look at the
results, WWW::Chat is *definitely* your friend. I'm about to start
using it with FormMagick.
K.