in reply to Help with LWP::Simple
LWP::Simple's head() method gives a list whose third element is $modified_time. If you want to look at that when you download, you should use LWP::UserAgent and call $rsp->last_modified() of the HTTP::Response object returned.
After Compline,
Zaxo
|
|---|