Help for this page

Select Code to Download


  1. or download this
    if ($access) {
          foreach (@{$access}) {
              $set{$_->[0]} = $_->[1];
          }
      }
    
  2. or download this
        %set = map {($_->[0], $_->[1])} @$access;