Help for this page

Select Code to Download


  1. or download this
        push @{ $self->param('foo') }, $element, $anotherelement, $etc;
    
  2. or download this
        $self->param('foo')->[$n] = 42;