Re: core inclusion

Tom Christiansen (tchrist@mox.perl.com)
Fri, 29 Nov 1996 07:20:21 -0700


>> Now if only we could get CGI.pm, LWP, and some of the marshalling
>> stuff there.  I think it's all machine-independent.

>Hm.  What's LWP...

LWP is Gisle's and Martijn's opus magnum for HTTP programming.
See section 15 of the CPAN modules list.  I do not know whether
they consider it core includable. 

 192 -rw-r--r--   1 101      wheel      187272 Oct 22 16:39 libwww-perl-5.04.tar.gz

It seems a very complete work.  It is essential for writing anything
having to do with web programming that is not CGI-related.

In the modules list, it is marked bmpO 

    b - beta (is this still right??)
    m - mailing list (cc'd)
    p - perl only, no C compiler (read: portable)
    O - object-based

--tom