in reply to Of Symbol Tables and Globs
For those intrigued as I was here is a link to Symbol documentation. And a brief cut'n'past from aforementioned docs ...
Symbol::gensym creates an anonymous glob and returns a reference to it. Such a glob reference can be used as a file or directory handle.
Cheers,R.