diff options
author | Stephen McCamant <smcc@mit.edu> | 2001-01-10 13:36:51 -0800 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-01-12 16:09:09 +0000 |
commit | 78f9721bf0dc33981bedf125bcfa5c0c42b69eba (patch) | |
tree | 02808081953b524eb6a13bcb5ddba0e2a6e4666f /pod/perlsub.pod | |
parent | b78ba3cc234763c7deff02f1d759b76b3a9ce5d1 (diff) | |
download | perl-78f9721bf0dc33981bedf125bcfa5c0c42b69eba.tar.gz |
Consolidated lvalue sub changes
Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
p4raw-id: //depot/perl@8417
Diffstat (limited to 'pod/perlsub.pod')
-rw-r--r-- | pod/perlsub.pod | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pod/perlsub.pod b/pod/perlsub.pod index cef8050731..b440cd1d93 100644 --- a/pod/perlsub.pod +++ b/pod/perlsub.pod @@ -645,10 +645,6 @@ and in: all the subroutines are called in a list context. -The current implementation does not allow arrays and hashes to be -returned from lvalue subroutines directly. You may return a -reference instead. This restriction may be lifted in future. - =head2 Passing Symbol Table Entries (typeglobs) B<WARNING>: The mechanism described in this section was originally |