diff options
Diffstat (limited to 'pod/perlapi.pod')
-rw-r--r-- | pod/perlapi.pod | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/pod/perlapi.pod b/pod/perlapi.pod index b83571c70f..78e1044424 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -871,7 +871,7 @@ is to be expected. (For information only--not to be used). =for hackers Found in file hv.h -=item Nullch +=item Nullch Null character pointer. =for hackers @@ -1885,6 +1885,23 @@ Found in file op.c =back +=head1 Pad Data Structures + +=over 8 + +=item pad_sv + +Get the value at offset po in the current pad. +Use macro PAD_SV instead of calling this function directly. + + SV* pad_sv(PADOFFSET po) + +=for hackers +Found in file pad.c + + +=back + =head1 Stack Manipulation Macros =over 8 |