Help for this page

Select Code to Download


  1. or download this
    %Hash = (
                    ArrayInHash => [1,2,3,4],
    ...
    {
        print "\n$_";
    }
    
  2. or download this
    Array in hash:
    Array:
    ...
    2
    3
    4