in reply to
Database input speed question
If you're using MySQL, there is such a thing as:
LOAD DATA infile INTO table
which allows you to bulk import records and fields from a properly formatted text-file (which you can easily create with Perl).
Liz
Comment on
Re: Database input speed question
In Section
Seekers of Perl Wisdom