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


in reply to CGI Chat In 19 lines

Very nice mt2k. One thing though, the javascript refresh doesn't work on mozilla. Replacing that code with a meta tag fixes it (and it's the exact same number of characters as the javascript was):
print qq{<script>setTimeout('history.go(0)',8000);</script>}; #replace + this print qq{<meta http-equiv="refresh" content="8;url=$a?a=e">}; #with th +is

--
Check out my Perlmonks Related Scripts like framechat, reputer, and xNN.