Category:LWP: Difference between revisions

From Rosetta Code
Content added Content deleted
(Move to correct sub-page syntax (i.e. with a '/'))
(Reinstate the Perl:LWP in similar vein to the Perl/SDL library)
Line 1: Line 1:
[[Category:Solutions by Library]] [[Category:HTTP]] [[Category:Perl]] [[Category:Perl modules]]

{{library}}

== The World-Wide Web library for Perl ==

The libwww-perl collection is a set of Perl modules which provides a
simple and consistent application programming interface (API) to the
World-Wide Web. The main focus of the library is to provide classes and
functions that allow you to write WWW clients. The library also contain
modules that are of more general use and even classes that help you
implement simple HTTP servers.

http://metacpan.org/pod/LWP

Revision as of 20:53, 24 July 2016


Library
This is an example of a library. You may see a list of other libraries used on Rosetta Code at Category:Solutions by Library.

The World-Wide Web library for Perl

The libwww-perl collection is a set of Perl modules which provides a simple and consistent application programming interface (API) to the World-Wide Web. The main focus of the library is to provide classes and functions that allow you to write WWW clients. The library also contain modules that are of more general use and even classes that help you implement simple HTTP servers.

http://metacpan.org/pod/LWP

Pages in category "LWP"

The following 5 pages are in this category, out of 5 total.