Cheatah: Kann mir mal einer kurz sagen, was man mit dem LWP::Simple Modul macht??

Beitrag lesen

Hi,

die frage steht ja im topic! hoffe mir kann das einer sagen! brauche diese info! :-)

jedes CPAN-Modul hat eine Doku dabei.

perldoc LWP::Simple:

[...]
DESCRIPTION

This interface is intended for those who want a simplified view of the libwww-perl library. It should also be suitable for one-liners. If you need more control or access to the header fields in the requests sent and responses received you should use the full object oriented interface provided by the LWP::UserAgent module.
[...]

Cheatah