Perl/LWP: Difference between revisions

From Rosetta Code
Content added Content deleted
(Add link to CPAN for more info.)
m (Avoid counting non tasks as task entries)
 
(2 intermediate revisions by one other user not shown)
Line 7: Line 7:
http://metacpan.org/pod/LWP
http://metacpan.org/pod/LWP


[[Category:Perl]] [[Category:Perl modules]] [[Category:Perl:LWP]]
[[Category:Perl modules]] [[Category:LWP]] [[Category:HTTP]]
[[Category::User Agent]]

Latest revision as of 16:53, 18 January 2020

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 User Agent