Re: help on structure definition

2004-12-03 Thread Ing. Branislav Gerzo
Randy W. Sims [RWS], on Friday, December 03, 2004 at 05:23 (-0500) has on mind: RWS> In 'ro', is there a particular reason your using numbers 1, 2, ... as RWS> keys? If there is not, I'd use an array. Something like: not, there is no reason. I thought it must be something simplier than mine. Than

Re: help on structure definition

2004-12-03 Thread Randy W. Sims
Ing. Branislav Gerzo wrote: Hi! I am thinking about best hash structure, I want save all datas from hash to database. Example: Explanation: elements in 'ra' are always 1 times in hash, elements in 'ro' should be zero or more times. Do you think this is good way how to declare hash ? It depends a l

help on structure definition

2004-12-03 Thread Ing. Branislav Gerzo
Hi! I am thinking about best hash structure, I want save all datas from hash to database. Example: 'name' => { 'ra' => { 'do' => undef, 'od' => '1996-01-07', 'name' => 'brano' } 'ro' => {