Hi, I've got a database of web resources, and I want to set up a back-end process to monitor the links and flag urls that have changed. Can someone please advise me as to how I can find the size of a file via a url? I know I can download it with LWP, but how do I then find the size of the file? I need something that will work whether the url points to a webpage, a pdf file, or whatever else the url might point to. What modules and methods will I need to accomplish this (besides LWP)? Thanks very much, -Tim
