Re: Problem inserting data

2002-12-18 Thread Michael T. Babcock
Octavian Rasnita wrote: Could you tell me if the following script is OK? Note: It uses DBD::mysqlPP and not DBD::mysql, because only this module can be used under Perl 5.8, but it should work the same. I'm using DBD::mysql under PERL 5.8 right now ... FYI. -- Michael T. Babcock C.T.O., Fib

Problem inserting data

2002-12-18 Thread Octavian Rasnita
Hello all, I'm trying to get a table from a text file with columns delimited by the "|" sign and I can't do it right. I've made a perl script that gets the file, parses it, and inserts the variables into the table, but the problem is that the text contains characters like " ' ? I've tried using