Re: no <Module> <version>; (was Re: Backwards Compatibility wrt: open(FILE,">",\...
Rafael Garcia-Suarez [Sun, 31 Mar 2002 22:47:31 +0000 (00:47 +0200)]
Message-ID: <20020331224731.E854@rafael>

p4raw-id: //depot/perl@15636

pod/perlfunc.pod

index 1a17981..04fee2d 100644 (file)
@@ -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