パッケージ: libautobox-core-perl (1.33-2)
libautobox-core-perl に関するリンク
Debian の資源:
libautobox-core-perl ソースパッケージをダウンロード:
- [libautobox-core-perl_1.33-2.dsc]
- [libautobox-core-perl_1.33.orig.tar.gz]
- [libautobox-core-perl_1.33-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
module providing automatic methods for core functions
This module provides automatic methods which wrap perl's built-in functions for minipulating numbers, strings, arrays, hashes, and code references. It can be handy to use built-in functions as methods to avoid messy dereferencing syntaxes and parentheses pile ups.
autobox::Core is what you'd call a stub module. It is merely glue, presenting existing functions with a new interface. Most of the methods read like sub hex ($) { hex($_[0]) }. Besides built-ins that operate on hashes, arrays, scalars, and code references, some Perl 6-ish things were thrown in, and some keywords like foreach have been turned into methods.
その他の libautobox-core-perl 関連パッケージ
|
|
|
|
-
- dep: libautobox-perl
- Perl pragma for method calls on native types
-
- dep: libwant-perl
- generalisation of wantarray
-
- dep: perl
- Larry Wall 作の実用的な抽出とレポート用の言語