The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "dist:self b::opcheck"

self - provides '$self' in OO code. River stage two • 10 direct dependents • 10 total dependents

This module adds $self and @args variables in your code. So you don't need to say: my $self = shift; The provided $self and @args are lexicals in your sub, and it's always the same as saying: my ($self, @args) = @_; ... in the first line of sub. Howe...

GUGOD/self-0.36 - 19 Apr 2021 13:27:03 UTC
1 result (0.033 seconds)