diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-05-31 18:47:50 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-05-31 18:47:50 +0000 |
commit | 5c3943b6e9c69b628b00a6d2e7f5e1ac3f2ac312 (patch) | |
tree | 008381b4c1c319d07384b7c07840b451121f1b69 /pod/perlintern.pod | |
parent | 71f882da828ecd892a162839f27e4625d69023fb (diff) | |
download | perl-5c3943b6e9c69b628b00a6d2e7f5e1ac3f2ac312.tar.gz |
Regenerate internals pods.
p4raw-id: //depot/perl@19650
Diffstat (limited to 'pod/perlintern.pod')
-rw-r--r-- | pod/perlintern.pod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pod/perlintern.pod b/pod/perlintern.pod index 2ae4a654dd..41ddbbad37 100644 --- a/pod/perlintern.pod +++ b/pod/perlintern.pod @@ -489,6 +489,9 @@ is a CV representing a possible closure. (SvFAKE and name of '&' is not a meaningful combination currently but could become so if C<my sub foo {}> is implemented.) +Note that formats are treated as anon subs, and are cloned each time +write is called (if necessary). + AV * CvPADLIST(CV *cv) =for hackers |