Perhaps if you read the documentation harder, you'd see that
HTTP::Cookies has a set_cookie
method which allows you to add cookies to a jar dynamically.
You then use add_cookie_header to add the correct headers to a request object.
And Perl for Dummies wouldn't help you either if you read it half as well as you've apparently read the HTTP::Cookies and LWP documentation.