Re: Newline characters in DBI:CSV

2005-03-21 Thread Jeff Zucker
Steffen G. wrote: I have a problem with text containing newline characters when using DBI:CSV. I put in a string containing a newline and I get back a string containing "\n". What am I doing wrong? Nothing. It's a bug. As this problem is similar to a bug I've found few months ago, which Jeff could

Newline characters in DBI:CSV

2005-03-21 Thread Steffen G.
Hi I have a problem with text containing newline characters when using DBI:CSV. I put in a string containing a newline and I get back a string containing "\n". Please have a look at this sample code: ~~~ #!/usr/bin/perl -w use strict; use DBI; my $dbh=DBI->connect('DBI:CSV:f_dir=./db;csv_eol='

Re: Re[2]: Oracle client and DBD::Oracle

2005-03-21 Thread Scott T. Hildreth
You don't have install the server, but you must install the ProC/Oci package, as Mac indicated in his post. I don't know the name, but it will be in the installer list as a development package or such. On Sun, 2005-03-20 at 14:45 +0200, John wrote: > From: Michael A Chase tech <[EMAIL PROTECTED

charset trouble

2005-03-21 Thread Ing. Branislav Gerzo
Hello all, I'm using AS perl 5.8.6 on win2003, I can't continue work, because I don't understand what's going here: I have in MSSQL table, where I have only 1 column, and 1 row, which contains accent c (alt+0232 or \xE8) When I run this script: use strict; use warnings; use DBI; my $dbh = DBI-