diff options
author | Stas Bekman <stas@stason.org> | 2003-10-14 11:05:29 -0700 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2003-10-15 05:36:48 +0000 |
commit | 8741baa62796692d597adcc67ba9cbde3b4035c9 (patch) | |
tree | 5cdd07995fd9b342d3f6e0e60766652f55462c15 /pod/perliol.pod | |
parent | 5355f3c7126474078b6e199097ac1d1343f2fdb1 (diff) | |
download | perl-8741baa62796692d597adcc67ba9cbde3b4035c9.tar.gz |
[patch pod/perliol.pod]
Message-Id: <3F8C9D59.3040403@stason.org>
p4raw-id: //depot/perl@21447
Diffstat (limited to 'pod/perliol.pod')
-rw-r--r-- | pod/perliol.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perliol.pod b/pod/perliol.pod index 466959b001..9f08df4588 100644 --- a/pod/perliol.pod +++ b/pod/perliol.pod @@ -559,6 +559,11 @@ pushed. e.g. ":encoding(ascii)" would return an SvPV with value "ascii". (I<param> and I<flags> arguments can be ignored in most cases) +If the layer's C<Pushed> function uses an extra argument, this +function is a must if the layer is ever going to be duped, since +C<Dup> will use C<Getarg> to retrieve the argument originally passed +to C<Pushed>. + =item Fileno IV (*Fileno)(pTHX_ PerlIO *f); |