ЭЛЕКТРОННАЯ БИБЛИОТЕКА КОАПП |
Сборники Художественной, Технической, Справочной, Английской, Нормативной, Исторической, и др. литературы. |
Provides the ability to use references as hash keys after you've tied a hash variable to the module:
Uses the TIEHASH interface and provides the same methods.use Tie::RefHash; tie hashvariable, 'Tie::RefHash', list; untie hashvariable;