http://qs321.pair.com?node_id=486137


in reply to Re: How to get web creation date from webserver?
in thread How to get web creation date from webserver?

TIMTOWTDI:

use LWP::Simple; print @{[head('http://jagadish.blogspot.com/index.html')]}[2];
--
b10m

All code is usually tested, but rarely trusted.