Search results for "module:fields"
fields - compile-time class fields
The "fields" pragma enables compile-time and run-time verified class fields. NOTE: The current implementation keeps the declared fields in the %FIELDS hash of the calling package, but this may change in future versions. Do not update the %FIELDS hash...
RJBS/base-2.23 - 21 Nov 2015 18:19:20 UTC
PLP::Fields - Special hashes for PLP
For your convenience, PLP uses hashes to put things in. Some of these are tied hashes, so they contain a bit magic. For example, building the hash can be delayed until you actually use the hash. %get and %post These are built from the "key=value&key=...
SHIAR/PLP-3.25 - 01 Apr 2018 02:54:51 UTC
Sort::Fields - Sort lines containing delimited fields
Sort::Fields provides a general purpose technique for efficiently sorting lists of lines that contain data separated into fields. Sort::Fields automatically imports two subroutines, "fieldsort" and "make_fieldsort", and two variants, "stable_fieldsor...
BDFOY/Sort-Fields-1.001 - 04 Jan 2021 23:55:33 UTC
enum::fields - Perl extension for defining constants for use in Array-based objects
This module allows you to define constants that can be inherited and extended by child classes. It is used much like a simple form of enum to define constants, with the exception that you can inherit a list of constants from a parent class using the ...
DMLLOYD/enum-fields-1.0 - 27 Jul 2002 06:41:49 UTC
Time::Fields - abstract objects to store distinct time fields
Time::Fields defines simple time objects with distinct fields for: Century, Year, Month, Day, hour, minute, second, frame, jink, zone along with methods to manipulate those fields && modify their default presentation. Normally, a frame is one 60th-of...
PIP/Time-PT-1.2.565EHOV - 05 Jun 2005 21:31:08 UTC
Class::Fields - Inspect the fields of a class.
NOTE This module, and the fields system, is largely obsolete. Please consider using one of the many accessor generating modules, or just skip directly to a complete object oriented system like Moose or Mouse. A collection of utility functions/methods...
MSCHWERN/Class-Fields-0.204 - 05 Feb 2011 03:35:20 UTC
TipJar::fields - generate constants and accessors for array-based objects
Sugar to create named fields for accessing arrays, just like ENUM statements in the C programming language. Also goes ahead and creates get and set accessors. EXPORT exports zero through however many fields there are, as constant functions, like C EN...
DAVIDNICO/TipJar-fields-0.01 - 14 Apr 2003 21:58:03 UTC
Regexp::Fields - named capture groups
"Regexp::Fields" adds the extended "(?<name> ...)" pattern to Perl's regular expression language. This works like an ordinary pair of capturing parens, but after a match you can use $&{name} instead of $1 (or whichever $N) to get at the captured subs...
GRAZZ/Regexp-Fields-0.046 - 03 Nov 2003 22:53:55 UTC
fields::aliased - create aliases for object fields
This module is a companion to the fields module, which allows efficient handling of instance variables with checking at compile time. It goes one step further and actually creates lexical aliases to the instance values, which can make code not only e...
KVAIL/fields-aliased-1.05 - 20 Nov 2005 01:27:12 UTC