Search results for "module:Attribute::"
Be::Attribute - get and set MIME file attributes
Get (or set) MIME file attributes....
TSPIN/Be-Attribute-0.2 - 19 Jun 2008 05:12:40 UTC
Attribute::Tie - Tie via Attribute
Attribute::Tie allows you to tie variables via attribute. This is more intuitive than tie my %hash, "Tie::Hash::Yours", args ... or die "$!"; The first argument to "Tie()" is the name of the module to which you want to tie the variable. You can omit ...
DANKOGAI/Attribute-Tie-0.02 - 08 Feb 2009 09:02:26 UTC
Sub::Attribute - Reliable subroutine attribute handlers
"Sub::Attribute" is a role to define attribute handlers for specific subroutine attributes. The feature of this module is similar to that of "Attribute::Handlers", but has less functionality and more reliability. That is, while "Attribute::Handlers" ...
DCANTRELL/Sub-Attribute-0.07 - 31 Oct 2018 23:17:35 UTC
Attribute::Util - Assorted general utility attributes
When used without argument, this module provides four universally accessible attributes of general interest as follows: Abstract See Attribute::Abstract. Alias See Attribute::Alias. Memoize See Attribute::Memoize. Method See Attribute::Method. SigHan...
DANKOGAI/Attribute-Util-1.07 - 24 Feb 2013 09:18:06 UTC
Oryx::Attribute - Attribute meta-type for Oryx persistent classes
RHUNDT/Oryx-0.24
-
18 Jun 2006 19:57:44 UTC
Attribute::Args - check subroutine param types
SWINED/Attribute-Args-0.06
-
08 Mar 2017 13:09:16 UTC
Attribute::Alias - An Alias attribute
If you need a variable or subroutine to be known by another name, use this attribute. Internally, the attribute's handler assigns typeglobs to each other. As such, the "Alias" attribute provides a layer of abstraction. If the underlying mechanism cha...
DANKOGAI/Attribute-Util-1.07 - 24 Feb 2013 09:18:06 UTC
TPath::Attribute - handles evaluating an attribute for a particular node
For use in compiled TPath expressions. Not for external consumption....
DFH/TPath-1.007 - 05 Aug 2014 16:26:44 UTC
Attribute::Static - implementing static method with attributes
Attribute::Static implements something like static methods in Java....
JIRO/Attribute-Static-0.02 - 29 Dec 2005 21:03:09 UTC
Getopt::Attribute - Attribute wrapper for Getopt::Long
Note: This version of the module works works with perl 5.8.0. If you need it to work with perl 5.6.x, please use an earlier version from CPAN. This module provides an attribute wrapper around "Getopt::Long". Instead of declaring the options in a hash...
MARCEL/Getopt-Attribute-2.101700 - 19 Jun 2010 09:13:57 UTC
Attribute::Cached - easily cache subroutines results using a :Cached attribute
In many applications, including web apps, caching data is used to help scale the sites, trading a slight lack of immediacy in results with a lower load on DB and other resources. Usually we'll do something like this sub my_query { my ($self, %pars) =...
OSFAMERON/Attribute-Cached-0.02 - 24 Nov 2009 22:45:27 UTC
Attribute::Method - No more 'my $self = shift;'
This Attribute makes your subroutine a method -- $self is automagically set and the parameter list is supported. This trick is actually introduced in "Perl Hacks", hack #47. But the code sample therein is a little buggy so have a look at this module ...
DANKOGAI/Attribute-Util-1.07 - 24 Feb 2013 09:18:06 UTC
Rubyish::Attribute - ruby-like accessor builder: attr_accessor, attr_writer and attr_reader.
SHELLING/Rubyish-Attribute-1.2
-
04 Oct 2009 17:41:21 UTC
Capture::Attribute - s/return/print/g
Sometimes you write a function that needs to build a long string via a convoluted series of conditional statements, loops and so on. I tend to end up defining a variable $return at the top of the code, concatenating bits to it as required, and then r...
TOBYINK/Capture-Attribute-0.003 - 10 Sep 2014 23:19:09 UTC
Attribute::Context - Perl extension for automatically altering subroutine behavior based upon context
"Attribute::Context" creates attributes for subroutines to alter their behavior based upon their calling context. Three contexts are recognized: Contexts * list my @array = foo(); Currently it is assumed that subroutines returning using these attribu...
OVID/Attribute-Context-0.042 - 18 Nov 2006 16:35:25 UTC
Attribute::SubName - Naming anonymous subroutines via attributes
This module provides an attribute ":Name" that you can use on anonymous subroutines to give them a name. This is useful as they will then show up with that name in stack traces (cf. Carp). The naming is done with Sub::Name. Additionally, the attribut...
MARCEL/Attribute-SubName-1.101420 - 22 May 2010 20:08:53 UTC
Attribute::Default - Perl extension to assign default values to subroutine arguments
You've probably seen it a thousand times: a subroutine begins with a complex series of "defined($blah) or $blah = 'fribble'" statements designed to provide reasonable default values for optional parameters. They work fine, but every once in a while o...
STEPHEN/Attribute-Default-1.35 - 24 Aug 2013 07:34:26 UTC
Attribute::Curried - Functional goodness for Perl.
Currying is a powerful technique familiar to programmers in functional languages like Lisp and Haskell. When called with less arguments than it needs, a curried function will return a new function that "remembers" the arguments passed so far, i.e. a ...
SEANO/Attribute-Curried-0.02 - 19 Nov 2009 15:44:54 UTC