Perl Programming/Keywords/untie

From Wikibooks, open books for an open world
Jump to navigation Jump to search
Previous: unshift Keywords Next: until

The untie keyword[edit | edit source]

untie breaks the binding that has been created between an variable and a package (see tie).

Syntax[edit | edit source]

  untie VARIABLE

See also[edit | edit source]

Previous: unshift Keywords Next: until