< Perl Programming < Keywords
The no keyword
no is the opposite function of use. One can specify with this command that the version to be used is older than the given version.
Syntax
no MODULE VERSION LIST
no MODULE VERSION
no MODULE LIST
no MODULE
no VERSION
Examples
no v5.10.0; # use Perl before 5.10.0
no 5.10.0; # the same
[…]
}
See also
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.