$one=new Array_Like_Object(1); #set all elements to one
$two=new Array_Like_Object(2); #set all elements to two $three = $one + $two;