Help for this page

Select Code to Download


  1. or download this
    %hap=(
        'foo' => "hip",
        'bar' => [ 2, "blah", ],
    ...
        $hash{foo}="gaa";
        $array[1]=5;
    }