Help for this page

Select Code to Download


  1. or download this
    push @return, $self->_rmap($_) for values %$_;
    
  2. or download this
    push @return, map { $self->_rmap($_) } values %$_;