I'm basically trying to set up some kind of user forum for my website, and I want the page to auto-refresh once a user has posted data. When the user posts his/her comments a separate perl script runs which processes their information. What I want to do is have that script run the original webpage once it's finished instead of just remaining on a new html page. I've tried using the LWP::Simple module and getprint(' but this doesn't quite work because the processing script is effectively still running. Is there some way to just finish up a script and have it load another script/html page as it ends?