http://www.perlmonks.org?node_id=211560


in reply to Of Symbol Tables and Globs

No treatment of symbol tables and globs is truly complete without a walkthrough (or at least a mention) of that wonderous piece of twisted beauty, Symbol::gensym().

Replies are listed 'Best First'.
Re^2: Of Symbol Tables and Globs
by Random_Walk (Prior) on Jul 20, 2005 at 12:03 UTC

    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.

    A search found it used to open a bunch of file handled in the days before you could do lexical file handles (see first answer in Open file issues)

    Cheers,
    R.

    Pereant, qui ante nos nostra dixerunt!