diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-02-23 01:03:27 +0100 |
---|---|---|
committer | hv <hv@crypt.org> | 2003-02-25 13:21:19 +0000 |
commit | 2d4fa7e97b0f0cefccaaf7ff1961bacd1e1e4eb6 (patch) | |
tree | ae3a2ac26b28aad8ed1101a8116768f0ecc06da3 /perl.h | |
parent | 2d6aa7fa79a9214b0c0e95406ca6970a479eb8b2 (diff) | |
download | perl-2d4fa7e97b0f0cefccaaf7ff1961bacd1e1e4eb6.tar.gz |
Re: [perl #21321] local ${"FOO"} does not work
Message-Id: <20030223000327.6f0c11fa.rgarciasuarez@free.fr>
p4raw-id: //depot/perl@18774
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2933,6 +2933,8 @@ EXTCONST char PL_no_func[] INIT("The %s function is unimplemented"); EXTCONST char PL_no_myglob[] INIT("\"my\" variable %s can't be in a package"); +EXTCONST char PL_no_localize_ref[] + INIT("Can't localize through a reference"); EXTCONST char PL_uuemap[65] INIT("`!\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_"); |