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

tied

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

描述 (Description)

此函数返回对绑定实体VARIABLE下的对象的引用。 了解绑定检查平局功能。

语法 (Syntax)

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

tied VARIABLE

返回值 (Return Value)

如果VARIABLE没有绑定到包,则此函数返回undef,否则返回对该对象的引用。

<!--

例子 (Example)

Following is the example code showing its basic usage −

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

-->