The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:selfvars audreyt"

selfvars - Provide $self, @args, %opts and %hopts variables for OO programs River stage zero No dependents

This module exports four special variables: $self, @args, %opts and %hopts. They are really just handy helpers to get rid of: my $self = shift; Behind the scenes, $self is simply tied to $_[0], @args to @_[1..$#_], %opts to "%{$_[1]}", and "%hopts%" ...

AUDREYT/selfvars-0.32 - 29 May 2011 04:36:25 UTC
1 result (0.029 seconds)