[ ソース: libhash-asobject-perl ]
パッケージ: libhash-asobject-perl (0.13-4)
libhash-asobject-perl に関するリンク
Debian の資源:
libhash-asobject-perl ソースパッケージをダウンロード:
- [libhash-asobject-perl_0.13-4.dsc]
- [libhash-asobject-perl_0.13.orig.tar.gz]
- [libhash-asobject-perl_0.13-4.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
Perl modules to treat hashes as objects
A Hash::AsObject is a blessed hash that provides read-write access to its elements using accessors. (Actually, they're both accessors and mutators.)
It's designed to act as much like a plain hash as possible; this means, for example, that you can use methods like DESTROY to get or set hash elements with that name.