Help for this page

Select Code to Download


  1. or download this
        %a = ('key', 'value');
    
  2. or download this
        @a = ('a', 'b', 'c');
        @b = qw(a b c);
    ...
        # prints (not necessarily in this order):
        # key
        # key2