( categories: hash )
@list = keys %hash;
Explanation:
The code above stores all the keys of hash





