in reply to How can I tell a browser to refresh from perl?

You could perhaps try adding this meta tag to the html

<meta http-equiv="refresh" content="2"/>
poj

Replies are listed 'Best First'.
Re^2: How can I tell a browser to refresh from perl?
by Anonymous Monk on Feb 11, 2017 at 10:02 UTC
    As the third sentence of my original post says, I know that I can have the browser periodically refresh. This is not what I'm looking for. The browser will refresh every N seconds (N=2 in your case) with a flicker, but the file updates only every few minutes. I don't want the browser to poll, I want to tell the browser when it's time.