Perl tied Function



Description

This function returns a reference to the object underlying the tied entity VARIABLE. To understand tied check tie function.

Syntax

Following is the simple syntax for this function −

tied VARIABLE

Return Value

This function returns undef if VARIABLE is not tied to a package otherwise it returns a reference to the object.

perl_function_references.htm
Advertisements