"Sean M. Burke" <[EMAIL PROTECTED]> writes:

> At 03:27 PM 2000-05-18 -0700, you wrote:
> >[...]
> >     my @forms = HTML::Form->parse($res->content,$res->base); 
> >     my $form; 
> >[...]
> 
> Not to ask too shockingly oblivious a question, but where on Earth is
> HTML::Form available from?  search.cpan.org shows that it last existed in
> 0.04 version webchat, which is no longer available.  (0.05 is available,
> but does not contain any HTML::Form)

It was moved to the LWP package in the 5.47 release.
http://search.cpan.org is a nice place to figure out such things.
CPAN.pm should also work:

$ perl -MCPAN -eshell

cpan shell -- CPAN exploration and modules installation (v1.52)
ReadLine support enabled

cpan> i HTML::Form
Module id = HTML::Form
    CPAN_USERID  GAAS (Gisle Aas <[EMAIL PROTECTED]>)
    CPAN_VERSION 0.02
    CPAN_FILE    GAAS/libwww-perl-5.47.tar.gz
    MANPAGE      HTML::Form - Class that represents HTML forms
    INST_FILE    /local/perl/5.005/lib/site_perl/5.005/HTML/Form.pm
    INST_VERSION 0.02


(I probably need to refresh my local CPAN mirror too.)

--Gisle

Reply via email to