in reply to Help with pp
You will need to either list LWP::Protocol::https explicitly in the list of modules that pp should include, or just add another use line to your program:
use LWP::Protocol::https; [download]