Tutorials Point


  Perl Home

  PERL Functions

© 2013 TutorialsPoint.COM


  Home     References     About TP     Advertising  

PERL no Function



Advertisements

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

  • Nothing



Advertisements


  

Advertisements