Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Question regarding proper handling of a Hash/HashRef structure in Moose-variants

by haj (Vicar)
on Dec 22, 2021 at 08:22 UTC ( [id://11139824]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub new_limit {
        my $self = shift;
        my ($aggregation, $dimension, $val) = @_; # e.g. 'min', 'x', '-42'
        $self->limit->{$aggregation}{$dimension} = $val;
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11139824]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (5)
As of 2024-03-29 12:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found