当前位置: 首页 > 文档资料 > Perl 入门教程 >

no

优质
小牛编辑
116浏览
2023-12-01

描述 (Description)

如果MODULE支持,则此函数调用MODULE中定义的unimport函数来取消当前包中的所有符号,或者只调用LIST引用的符号。 可以说没有与进口相反。

语法 (Syntax)

以下是此函数的简单语法 -

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

返回值 (Return Value)

此函数不返回任何值。

<!--

例子 (Example)

Following is the example code showing its basic usage −

When above code is executed, it produces the following result −

-->