Hopefully this will be a clearer version of the question I asked a couple of entries ago.Every perl program I write wants to open a window when it quits. I started with [print "Location: XXXX.html"; exit;], without the brackets, thats ok for some applications, it would of course bring up XXXX.html, but in some cases, for example cleaning up after the user has left the page, I dont want to generate any thing else. Ive tried just [exit;],and nothing, and [END;] etc...I always get a window with something or nothing in it, sent to the user that just logged out. Is there no way to run a perl cgi script without generating a window? Thanks Jaq@QB7.com