diff options
author | Abhijit Menon-Sen <ams@wiw.org> | 2003-10-15 05:56:12 +0000 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2003-10-15 05:56:12 +0000 |
commit | 15355bd644d0a0cbc5931824e5f7faa2cd9a3a98 (patch) | |
tree | fd3549d1d496a5f04725966e46a288a98b7c2497 /pod/perliol.pod | |
parent | 8741baa62796692d597adcc67ba9cbde3b4035c9 (diff) | |
download | perl-15355bd644d0a0cbc5931824e5f7faa2cd9a3a98.tar.gz |
Rewrite #21447.
p4raw-id: //depot/perl@21448
Diffstat (limited to 'pod/perliol.pod')
-rw-r--r-- | pod/perliol.pod | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/pod/perliol.pod b/pod/perliol.pod index 9f08df4588..26ad305fb0 100644 --- a/pod/perliol.pod +++ b/pod/perliol.pod @@ -559,10 +559,9 @@ 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>. +C<Dup> uses C<Getarg> to retrieve the argument originally passed to +C<Pushed>, so you must implement this function if your layer has an +extra argument to C<Pushed> and will ever be C<Dup>ed. =item Fileno |