in reply to CGI.pm uploads under mod_Perl on WinNT
Check the CGI.pm code to see how it does the cleanup. Put some debug stuff in it to see if the cleanup code is being called. END blocks are supposed to be called under Registry, and so are cleanup handlers. Are you using any other Apache:: modules?