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
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='
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
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-