Help for this page

Select Code to Download


  1. or download this
    if (!exists $people{$name}) {
        $people{$name} = $value; # store array with one value
    }
    else {
        $people{$name} .= ",$value"; # push 2nd,3rd,.. value on array