summaryrefslogtreecommitdiffstats
path: root/devel/p5-self/pkg-descr
blob: 303eca1ec36f2855c912b9181c4aa1a5cdf712a5 (plain)
1
2
3
4
5
6
7
8
This module adds self and args keywords in your Perl OO module. It's
really just handy helpers to get rid of:

    my $self = shift;

Basically, self is just equal to $_[0], and args is just $_[1..$#_].

WWW:	http://search.cpan.org/dist/self/
OpenPOWER on IntegriCloud