RE: _install_method with DBI_PUREPERL=2
- From: efren.serra.ctr@xxxxxxxxxxxxxxx (Efren Serra)
- Date: Wed, 20 Jun 2007 09:32:09 -0700
Tim,
How does *$method = $code_ref do this? Since $method is just a string
passed by value not reference, isn't it?
-----Original Message-----
From: Tim Bunce [mailto:Tim.Bunce@xxxxxxxxx]
Sent: Wednesday, June 20, 2007 1:35 AM
To: Efren Serra
Cc: Tim Bunce; dbi-users@xxxxxxxx
Subject: Re: _install_method with DBI_PUREPERL=2
On Tue, Jun 19, 2007 at 03:25:43PM -0700, Efren Serra wrote:
I think I forgot to turn off signature; here it goes:
Folks,
I was just wondering what the _install_method in DBI::PurePerl
accomplishes when using DBI_PUREPERL=3. I take it my question is:
How does `my $code_ref = eval qq{# line 1 \"$method\"\n$method_code};'
adds to the symbol table for each of the DBI::db, DBI::dr,
DBI::st, and DBI::common packages during initialization?
It doesn't. This statement a few lines later does that:
*$method = $code_ref;
Tim.
Thank you.
v/r,
Efren
-----Original Message-----
From: Tim Bunce [mailto:Tim.Bunce@xxxxxxxxx]
Sent: Tuesday, June 19, 2007 3:20 PM
To: Efren Serra
Cc: dbi-users@xxxxxxxx
Subject: Re: _install_method with DBI_PUREPERL=2
On Tue, Jun 19, 2007 at 02:08:53PM -0700, Efren Serra wrote:
Hello Efren.
I can't read your email. Perhaps you could resend in a simpler format
(not application/pkcs7-mime)
Tim.
Content-Type: application/pkcs7-mime; smime-type=signed-data;
name="smime.p7m"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="smime.p7m"
.
- References:
- Re: _install_method with DBI_PUREPERL=2
- From: Tim Bunce
- Re: _install_method with DBI_PUREPERL=2
- Prev by Date: Re: DBD::Oracle installation - make test failed - ORA-28000: accout locked
- Next by Date: problem installing dbi 1.57
- Previous by thread: Re: _install_method with DBI_PUREPERL=2
- Next by thread: problem installing dbi 1.57
- Index(es):
Relevant Pages
|
|