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;
    }