[ ソース: libobject-insideout-perl ]
パッケージ: libobject-insideout-perl (4.05-1)
libobject-insideout-perl に関するリンク
Debian の資源:
libobject-insideout-perl ソースパッケージをダウンロード:
- [libobject-insideout-perl_4.05-1.dsc]
- [libobject-insideout-perl_4.05.orig.tar.gz]
- [libobject-insideout-perl_4.05-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
comprehensive inside-out object construction kit
Object::InsideOut is a Perl module that implements inside-out objects as anonymous scalar references that are blessed into a class with the scalar containing the ID for the object (usually a sequence number). The scalar reference is set as read-only to prevent accidental modifications to the ID. Object data (such as fields) are stored within the class's package in either arrays indexed by the object's ID, or hashes keyed to the object's ID.
その他の libobject-insideout-perl 関連パッケージ
|
|
|
|
-
- dep: libexception-class-perl
- module that allows you to declare real exception classes in Perl
-
- dep: perl (>= 5.15.0)
- Larry Wall 作の実用的な抽出とレポート用の言語
-
- sug: libwant-perl
- generalisation of wantarray