HI,
I can’t figure out how to do this:
I need to build a database like this,
key = colors=>
color1 => red
color2 =>blue
color3 => black
ect…
key = shapes=>
shape1 => oval
shape2 => square
shape3 => circle
ect…
ect...
I need to search on key and return each item separately when called.
Would this be a multi dimensional hash? If so then would I have to use MLDBM ?
I’ve tried several different approaches with no luck
if this is something simple I apologize,
but I just can’t get it.
thanks
paul
I can’t figure out how to do this:
I need to build a database like this,
key = colors=>
color1 => red
color2 =>blue
color3 => black
ect…
key = shapes=>
shape1 => oval
shape2 => square
shape3 => circle
ect…
ect...
I need to search on key and return each item separately when called.
Would this be a multi dimensional hash? If so then would I have to use MLDBM ?
I’ve tried several different approaches with no luck
if this is something simple I apologize,
but I just can’t get it.
thanks
paul