diff options
author | Stas Bekman <stas@stason.org> | 2004-12-23 11:28:06 -0500 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-12-24 08:57:56 +0000 |
commit | 4509d3fb05d64606512f188665275ee93b1085ab (patch) | |
tree | e5b7a790840c07888ca16d13c2d3f66faa55be0c /sv.c | |
parent | 4fd0a66c13e2fc6d8b573192b10e547eb574af3b (diff) | |
download | perl-4509d3fb05d64606512f188665275ee93b1085ab.tar.gz |
Re: [patch perlapi doc] sv_magic
Message-ID: <41CB3866.1080307@stason.org>
p4raw-id: //depot/perl@23678
Diffstat (limited to 'sv.c')
-rw-r--r-- | sv.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5406,6 +5406,9 @@ then adds a new magic item of type C<how> to the head of the magic list. See C<sv_magicext> (which C<sv_magic> now calls) for a description of the handling of the C<name> and C<namlen> arguments. +You need to use C<sv_magicext> to add magic to SvREADONLY SVs and also +to add more than one instance of the same 'how'. + =cut */ |