in reply to Re^2: mod_perl alternative filehandles
in thread mod_perl alternative filehandles

As far as I know, you should be able to use main::F from then on (or at least until the file-handle get's closed).

update: but it's probably a good idea to take a slightly more descriptive file-handle in some other package that you control.