Perl Home
PERL Functions
© 2011 TutorialsPoint.COM
|
PERL no Function
Syntax
no Module VERSION LIST
no Module VERSION
no MODULE LIST
no MODULE
|
Definition and Usage
If MODULE supports it, then no calls the unimport function defined in MODULE to unimport all symbols from the current package, or only the symbols referred to by LIST.
It can be said that no is opposite of import
Return Value
|

|
|
|