develooper Front page | perl.perl5.porters | Postings from April 2007

Re: Proposed changes and to regular expression interfaces in core

Thread Previous | Thread Next
From:
Ævar Arnfjörð Bjarmason
Date:
April 10, 2007 12:14
Subject:
Re: Proposed changes and to regular expression interfaces in core
Message ID:
51dd1af80704101214o77526c17yb948448f1f3fadfc@mail.gmail.com
On 4/10/07, Ævar Arnfjörð Bjarmason <avarab@gmail.com> wrote:
> also need some going over, and I have to look better at magic hashes
> so that I can get %+ and %- to work properly like $1 et al.

Note to self: it seems that these are implemented with the MGVTBL_SET
macro in perl.h and functions in mg.c. For instance
Perl_magic_setenv(pTHX_ SV *sv, MAGIC *mg). Study these.

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About