Nicholas Clark <[EMAIL PROTECTED]> writes: > >If you want to be really really horrible and close all file handles (or a >subset such all handles that don't turn out to a tty), even those that are no >longer referenced via symbol tables, you can probably do this with XS by >walking the SV arenas.
In XS you can probably also do that via perlio structures. > >Nicholas Clark