套件: libtie-refhash-weak-perl (0.09-1)
libtie-refhash-weak-perl 的相關超連結
Trisquel 的資源:
下載原始碼套件 libtie-refhash-weak-perl:
- [libtie-refhash-weak-perl_0.09-1.dsc]
- [libtie-refhash-weak-perl_0.09.orig.tar.gz]
- [libtie-refhash-weak-perl_0.09-1.debian.tar.gz]
維護者:
Original Maintainers:
- Debian Perl Group (郵件存檔)
- Damyan Ivanov
外部的資源:
- 主頁 [search.cpan.org]
相似套件:
Tie::RefHash subclass with weakened references in the keys
Tie::RefHash can be used to access hashes by reference. This is useful when you index by object, for example.
The problem with Tie::RefHash, and cross indexing, is that sometimes the index should not contain strong references to the objecs. The internal structures of Tie::RefHash contain strong references to the key, and provide no convenient means to make those references weak.
This subclass of Tie::RefHash has weak keys, instead of strong ones. The values are left unaltered, and you'll have to make sure there are no strong references there yourself.
其他與 libtie-refhash-weak-perl 有關的套件
|
|
|
-
- dep: libtask-weaken-perl
- module for ensuring that a platform has weaken support
-
- dep: libvariable-magic-perl
- module to associate user-defined magic to variables from Perl
-
- dep: perl (>= 5.10.0)
- Larry Wall's Practical Extraction and Report Language