Help for this page

Select Code to Download


  1. or download this
    for (keys %{ $weapons_ref }) {
        ...
    }
    
  2. or download this
    map { 
        ... 
    } keys %{ $weapons_ref };