Help for this page
%a = ('key', 'value');
@a = ('a', 'b', 'c'); @b = qw(a b c); ... # prints (not necessarily in this order): # key # key2