Perl no Function



Description

This function calls the unimport function defined in MODULE to unimport all symbols from the current package if MODULE supports it, or only the symbols referred to by LIST. It can be said that no is opposite of import.

Syntax

Following is the simple syntax for this function −

 no Module VERSION LIST no Module VERSION no MODULE LIST no MODULE 

Return Value

This function does not return any value.

perl_function_references.htm
Advertisements