软件包: libautobox-core-perl (1.33-1)
libautobox-core-perl 的相关链接
Trisquel 的资源:
下载源码包 libautobox-core-perl:
- [libautobox-core-perl_1.33-1.dsc]
- [libautobox-core-perl_1.33.orig.tar.gz]
- [libautobox-core-perl_1.33-1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Perl Group (Mail Archive)
- Ivan Kohler
- gregor herrmann
外部的资源:
- 主页 [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 (>= 0.26)
- generalisation of wantarray
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language