RE: Storing and Retrieving Arrays [DBD::Pg]

2001-04-05 Thread Sean Carte
At 7:57 pm +1000 5/4/01, Neil Lunn wrote: >I tend to not like this method. Certainly the duplication of field names >tends to break code. If you are really looking at storing array values in a >field for some purpose, you would be better off breaking up the scalar in >perl. > >If the idea is just

RE: Storing and Retrieving Arrays [DBD::Pg]

2001-04-05 Thread Neil Lunn
Sean, After trying this out a few times I do get what you are after. Presently your script would result in dwarf 0: {"Happy Grumpy Dopey Doc"} This is actually sort of okay. If it were right you would be getting output like this dwarf 0: {"Happy","Grumpy","Dopey","Doc"} This is still a scal