Connecting Tech Pros Worldwide Forums | Help | Site Map

how to send text data to database using perl

Member
 
Join Date: Aug 2007
Posts: 120
#1: Aug 7 '07
hello,
I have a bulk of text in text file. so i want to send the text to database using perl is it possible? or do we have to convert text file to any other format if it is yes please let me know


Thanking you.

numberwhun's Avatar
Site Moderator
 
Join Date: May 2007
Location: New Hampshire
Posts: 2,572
#2: Aug 7 '07

re: how to send text data to database using perl


Sure, you can add things to a database with Perl. If you want help, we can provide that, but we are not going to write it for you. If you have some code that you have tried, then please post it and we will assist you in getting it working. Otherwise, try to do it and then repost with the code you have tried.

**Hint: examine the DBI module for Perl for interacting with a database.

Regards,

Jeff
Reply