summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorStas Bekman <stas@stason.org>2004-05-27 04:25:08 -0700
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-05-28 06:29:28 +0000
commit9adebda4fef8cbc5965f9327c10fca15b814f305 (patch)
tree5890001db3450e8b95ce0d8e37fbe0215d978f8e /sv.h
parent0b8342839983807250e9f986d89f01500807f071 (diff)
downloadperl-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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sv.h b/sv.h
index fab44ebc91..4edd87fd33 100644
--- a/sv.h
+++ b/sv.h
@@ -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