[ 原始碼: libperlx-define-perl ]
套件:libperlx-define-perl(0.101-5)
libperlx-define-perl 的相關連結
Debian 的資源:
下載原始碼套件 libperlx-define-perl:
- [libperlx-define-perl_0.101-5.dsc]
- [libperlx-define-perl_0.101.orig.tar.gz]
- [libperlx-define-perl_0.101-5.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
cute syntax for defining constants
PerlX::Define is a yet another module for defining constants.
Differences from constant.pm:
* Cute syntax. Like constant.pm, constants get defined at compile time, not run time. * Requires Perl 5.12 or above. If you're lucky enough to be able to free yourself from the shackles of supporting decade-old versions of Perl, PerlX::Define is your friend. * Only supports scalar constants. List constants are rarely useful. Your constant can of course be a reference to an array or hash, but this module doesn't attempt to make the referred-to structure read only. * Doesn't try to handle some of the things constant.pm does like declaring constants using fully-qualified names, or defining constants pointing at magic scalars.
Prior to version 0.100, PerlX::Define was bundled with Moops.
其他與 libperlx-define-perl 有關的套件
|
|
|
|
-
- dep: libkeyword-simple-perl
- Perl module to define new keywords in pure Perl
-
- dep: libnamespace-clean-perl
- module for keeping imports and functions out of the current namespace
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language