[ 原始碼: libref-util-perl ]
套件:libref-util-perl(0.204-1)
libref-util-perl 的相關連結
Debian 的資源:
下載原始碼套件 libref-util-perl:
- [libref-util-perl_0.204-1.dsc]
- [libref-util-perl_0.204.orig.tar.gz]
- [libref-util-perl_0.204-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
set of utility functions for checking references
Ref::Util introduces several functions to help identify references in a faster and smarter way. In short:
ref $foo eq 'ARRAY' # is now: is_arrayref($foo)
其他與 libref-util-perl 有關的套件
|
|
|
|
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language
-
- rec: libreadonly-perl
- facility for creating read-only scalars, arrays and hashes
-
- rec: libref-util-xs-perl
- XS implementation for Ref::Util