in reply to Perl array into MySQL Database

If you want to store an array in a database column, you aren't thinking about databases correctly.

Basically, you want to pull a bunch of data out of a table based on some set of identifying characteristics. So, you either have

I don't have time now, but I'll be glad to provide an example of each kind later. It would also be helpful if you provided exactly what type of data you're trying to work with. Often, a little analysis goes a long way.

------
We are the carpenters and bricklayers of the Information Age.

Then there are Damian modules.... *sigh* ... that's not about being less-lazy -- that's about being on some really good drugs -- you know, there is no spoon. - flyingmoose

I shouldn't have to say this, but any code, unless otherwise stated, is untested