> On Fri, May 03, 2002 at 09:12:10PM +0100, Dave Mitchell wrote:
>
>>This patch fixes the memory leak in
>>local $tied[n]
>>and
>>local $tied{foo}
>>
>>The problem was that the newly created undef SV that is normally stored as
>>the new value of the element doesn't actually get stored in
"Scott R. Godin" wrote:
>
> my e-mail below isn't working, and Jeff's mailserver is rejecting mail
> from my comcast.net domain (my ISP) *sigh*
Strange. I have some other email addresses but am traveling at the
moment and can't get to them. I guess use the list for now.
> At any rate, I've be
my e-mail below isn't working, and Jeff's mailserver is rejecting mail
from my comcast.net domain (my ISP) *sigh*
At any rate, I've been trying to build AnyData.pm (and then move on to
DBD::AnyData from there) on this Red Hat Linux box I have here.. I've
updated to Perl 5.6.1, and DO have XML
Dear All,
(NT4 SP6 Activeperl 5.6.0 build 623)
I am wanting to load data from a text file into a database (Access). The
files contain a number of columns (up to 80 in some cases). As a result I
am trying to do the following.
use strict;
use DBI qw(:sql_types);
use DBD::ODBC;
my $dsn = "Test
Hello,
I just installed DB2 v7.1 (PE) on my RedHat Linux machine. I'm familiar with
ADO on the Microsoft side with connecting to various DB's, but I'm very new
to the Linux/Unix programming side.
Where is the best place for a intermediate Perl programmer type to pick up
on the DBI information rel
Many thanks!
Tim.
On Fri, May 03, 2002 at 09:12:10PM +0100, Dave Mitchell wrote:
> This patch fixes the memory leak in
> local $tied[n]
> and
> local $tied{foo}
>
> The problem was that the newly created undef SV that is normally stored as
> the new value of the element doesn't actually
On Sat, May 04, 2002 at 02:24:54AM -0400, Terrence Brannon wrote:
>
> Is this on the TODO list anywhere? I presume it is after the lengthy
> list of items recently posted?
>
> I will continue to use DBIx::AnyDBD for the time being.
It's actually in the current release.
I just didn't document i