mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
c10d688521
- Take maintainership [1] PR: ports/157629 Submitted by: sunpoet (myself) Approved by: jadawin (maintainer) [1]
14 lines
695 B
Plaintext
14 lines
695 B
Plaintext
Libwww-perl is a collection of Perl modules which provides a simple and
|
|
consistent 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, thus libwww-perl said to be a WWW client library.
|
|
The library also contain modules that are of more general use.
|
|
|
|
The main architecture of the library is object oriented. The user
|
|
agent, requests sent and responses received from the WWW server are all
|
|
represented by objects. This makes a simple and powerful interface to
|
|
these services. The interface should be easy to extend and customize
|
|
for your needs.
|
|
|
|
WWW: http://search.cpan.org/dist/libwww-perl/
|