mkilic has asked for the wisdom of the Perl Monks concerning the following question:

Hi, Can someone tell me where to find HTML::Form? I guess CPAN does not have it any more. Thanks, Mustafa

Replies are listed 'Best First'.
Re: HTML::Form
by Chmrr (Vicar) on May 13, 2001 at 21:32 UTC
    It's part of the libwww-perl library, which is easiest installed via Bundle::LWP. One can do this quickly and trivially using the CPAN module which comes with Perl. As root, simply type perl -MCPAN -e 'install "Bundle::LWP"', sit back, and wait.

     
    perl -e 'print "I love $^X$\"$]!$/"#$&V"+@( NO CARRIER'

Re: HTML::Form
by jepri (Parson) on May 13, 2001 at 21:18 UTC
    It's part of libwww

    apt-get install libwww-perl will install it for you on Debian, you will have to go to more effort on other systems.

    ____________________
    Jeremy
    I didn't believe in evil until I dated it.

      More effort? Would not perl -MCPAN -e shell and typing install HTML::Form do the trick?

      Also, install Bundle::LWP would work.

      All unix platforms that I know of support CPAN. Win32, I believe, has a similar tool (ppm?).

Re: HTML::Form
by PodMaster (Abbot) on Nov 08, 2002 at 19:49 UTC
    You can find it on CPAN.

    I guess CPAN does not have it any more.

    I don't know what you looked for, but trying HTML::Form found it just fine.

    ____________________________________________________
    ** The Third rule of perl club is a statement of fact: pod is sexy.