This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3da7521
)
Re: no <Module> <version>; (was Re: Backwards Compatibility wrt: open(FILE,">",\...
author
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Sun, 31 Mar 2002 22:47:31 +0000
(
00:47
+0200)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Sun, 31 Mar 2002 20:34:29 +0000
(20:34 +0000)
Message-ID: <
20020331224731
.E854@rafael>
p4raw-id: //depot/perl@15636
pod/perlfunc.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlfunc.pod
b/pod/perlfunc.pod
index
1a17981
..
04fee2d
100644
(file)
--- a/
pod/perlfunc.pod
+++ b/
pod/perlfunc.pod
@@
-2652,8
+2652,14
@@
that executes once. Thus C<next> will exit such a block early.
See also L</continue> for an illustration of how C<last>, C<next>, and
C<redo> work.
+=item no Module VERSION LIST
+
+=item no Module VERSION
+
=item no Module LIST
+=item no Module
+
See the L</use> function, which C<no> is the opposite of.
=item oct EXPR