diff options
author | Mike Guy <mjtg@cam.ac.uk> | 2000-08-23 19:38:46 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-23 17:52:00 +0000 |
commit | fe58ced666d4d8b2252541f18d23bdd3e127c8f9 (patch) | |
tree | 54a0d396cf16a574cd4fffa6c1e8d7db063abc46 /pod/perldiag.pod | |
parent | 86d0a7b65418bdabaf45d7a881d3bde91d5f8bee (diff) | |
download | perl-fe58ced666d4d8b2252541f18d23bdd3e127c8f9.tar.gz |
Re: [ID 20000821.008] Negitive numbers with vec dumps core
Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
p4raw-id: //depot/perl@6790
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r-- | pod/perldiag.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 6f62e3c596..8a37588f3a 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -182,6 +182,11 @@ spots. This is now heavily deprecated. must either both be scalars or both be lists. Otherwise Perl won't know which context to supply to the right side. +=item Assigning to negative offset in vec + +(F) The second argument to vec() must refer to an actual element of +the string if you wish to assign to it. + =item Attempt to bless into a reference (F) The CLASSNAME argument to the bless() operator is expected to be |