i have several packet that captured from monitoring process...Then we save it in txt format...And now, i need to import it into mysql, by that way i can make a report esily...How i can import it using PERL ?...
Thanks -----Original Message----- From: Chris Devers [mailto:[EMAIL PROTECTED] Sent: Fri 9/24/2004 10:39 AM To: Roime bin Puniran Cc: Perl Beginners List Subject: Re: import from text file to mysql On Fri, 24 Sep 2004, Roime bin Puniran wrote: > how to import text file to mysql using Perl ?. What is in the text file? We can't begin to help you without knowing what the file contains. Ignoring Perl for a minute, have you considered using the MySQL command line tool `mysqlimport` ? It has lots of options and may be easier to use than Perl, at least in this case. Maybe. Documentation for it can be found at <http://dev.mysql.com/doc/mysql/en/mysqlimport.html>, among other places. -- Chris Devers -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response> This e-mail and any attachments may contain confidential and privileged information. If you are not the intended recipient, please notify the sender immediately by return e-mail, delete this e-mail and destroy any copies. Any dissemination or use of this information by a person other than the intended recipient is unauthorized and may be illegal.
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>