echoangel911 has asked for the wisdom of the Perl Monks concerning the following question:
is it possible to store in mySQL and how would it look like in terms of a table? thanks$hash = { 'day 1' => ['apple','oranges','peaches'], 'day 2' => ['watermelon','banana','stones'] };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: storing hash data into tables for mySQL??
by jettero (Monsignor) on Jan 04, 2007 at 21:00 UTC | |
|
Re: storing hash data into tables for mySQL??
by roboticus (Chancellor) on Jan 04, 2007 at 22:29 UTC | |
|
Re: storing hash data into tables for mySQL??
by SheridanCat (Pilgrim) on Jan 04, 2007 at 22:54 UTC | |
|
Re: storing hash data into tables for mySQL??
by Arunbear (Prior) on Jan 04, 2007 at 21:55 UTC |