Provides "self" and "args" keywords in your OO program
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..$#_].
$
pkg install p5-selfOrigin
devel/p5-self
Size
11.2KiB
License
MIT
Maintainer
perl@FreeBSD.org
Dependencies
5 packages
Required by
0 packages