|
|
| We don't bite newbies here... much | |
| PerlMonks |
Re: Extract Elements from an array and insert into databaseby grep (Monsignor) |
| on Jun 28, 2007 at 14:48 UTC ( #623908=note: print w/ replies, xml ) | Need Help?? |
|
Here are the things you'll need to read in order to solve your problem: Text::CSV_XS - read about this module and the sep_char option. Use parse and fields methods to parse the data DBI - Then use prepare and Placeholders to insert your data.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||