You can find the lwpcook documentation on perldoc.com by typing lwpcook into the search box. lwpcook is an LWP CookBook; it contains "recipes" for common tasks involving LWP that you can use in own code.
On your own system, since you have LWP installed, you should be able to read the lwpcook documentation by typing perldoc lwpcook on the command line.
Comment on Re: Re: Re: POSTing with LWP::UserAgent