diff options
author | Stas Bekman <stas@stason.org> | 2004-05-27 04:25:08 -0700 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-05-28 06:29:28 +0000 |
commit | 9adebda4fef8cbc5965f9327c10fca15b814f305 (patch) | |
tree | 5890001db3450e8b95ce0d8e37fbe0215d978f8e /sv.h | |
parent | 0b8342839983807250e9f986d89f01500807f071 (diff) | |
download | perl-9adebda4fef8cbc5965f9327c10fca15b814f305.tar.gz |
Re: undef loses it magicness when assigned to a variable?
Message-ID: <40B63284.5040203@stason.org>
p4raw-id: //depot/perl@22853
Diffstat (limited to 'sv.h')
-rw-r--r-- | sv.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -410,7 +410,8 @@ double. Checks the B<private> setting. Use C<SvNIOK>. Unsets the NV/IV status of an SV. =for apidoc Am|bool|SvOK|SV* sv -Returns a boolean indicating whether the value is an SV. +Returns a boolean indicating whether the value is an SV. It also tells +whether the value is defined or not. =for apidoc Am|bool|SvIOKp|SV* sv Returns a boolean indicating whether the SV contains an integer. Checks |