Code Comments
Programming Forum and web based access to our favorite programming groups.Hi, I'm trying to use LWP to set up a utility to check for updates to a series of webpages. I'm checking the content-length header and comparing it to a cache file. Problem is, every time I check the page, even if it's just a few seconds apart, the content-length is slightly different. There's no rotating banners or anything, so I can't quite figure this out. Here's the page: http://www.ucwv.edu/about_uc/employment.aspx Any ideas? sp -- This sig property of the Soviet Union
Post Follow-up to this messageSteven Daedelus wrote: > I'm trying to use LWP to set up a utility to check for updates to a > series of webpages. I'm checking the content-length header and > comparing it to a cache file. Problem is, every time I check the > page, even if it's just a few seconds apart, the content-length is > slightly different. There's no rotating banners or anything, so I > can't quite figure this out. Here's the page: > > http://www.ucwv.edu/about_uc/employment.aspx > > Any ideas? > The images on the top and the left are changing when you refresh the page, which probably changes the code of the page somewhat. Anyways, the content length appears to be stable when you use the text mode: http://www.ucwv.edu/about_uc/employ...ewmode=textonly JW
Post Follow-up to this messageIn article <4287d9bc$0$45350$dbd45001@news.euronet.nl>, "Janwillem Borleffs" <jw@jwscripts.com> wrote: > Steven Daedelus wrote: > > The images on the top and the left are changing when you refresh the page, > which probably changes the code of the page somewhat. Good point. > Anyways, the content length appears to be stable when you use the text mod e: > > http://www.ucwv.edu/about_uc/employ...ewmode=textonly Also a good point. Thanks. sp -- This sig property of the Soviet Union
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.