Re: [PATCH scope.c] Re: local($tied->{foo}) leaks

2002-05-05 Thread Stas Bekman
> 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

Re: problems building AnyData.pm on Red Hat 7.2/Perl 5.6.1

2002-05-05 Thread Jeff Zucker
"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

problems building AnyData.pm on Red Hat 7.2/Perl 5.6.1

2002-05-05 Thread Scott R. Godin
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

Nulls, undef, split and ODBC

2002-05-05 Thread Michael Blackmore
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

Best pa\lace to get started with DB2 7.1 and Perl on Linux?

2002-05-05 Thread Mark Charshaf
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

Re: [PATCH scope.c] Re: local($tied->{foo}) leaks

2002-05-05 Thread Tim Bunce
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

Re: What about DBIx::AnyDBD support in DBI?

2002-05-05 Thread Tim Bunce
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