http://qs1969.pair.com?node_id=385518


in reply to Re: question about LWP and mysterious skipping over of pages
in thread question about LWP and mysterious skipping over of pages

I was thinking something along those lines as well. If it were the case that the page wasn't coming in okay, would something like: unless ($page) { redo;} to just repeat the loop be good?
  • Comment on Re^2: question about LWP and mysterious skipping over of pages

Replies are listed 'Best First'.
Re^3: question about LWP and mysterious skipping over of pages
by ikegami (Patriarch) on Aug 24, 2004 at 22:05 UTC
    yup, but you may want to limit the number of times you retry, and maybe pause a second before retrying.