Perl Programming/Keywords/tied

From testwiki
Revision as of 07:58, 16 April 2020 by imported>DannyS712 (Update syntaxhighlight tags - remove use of deprecated <source> tags)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Prognav

The tied keyword

tied returns a reference to the object underlying VARIABLE.

Syntax

  tied VARIABLE

<ǃ--

Examples

Template:Code:Valid-->

See also

Template:Prognav

Template:BookCat