Perl Programming/Keywords/untie

The untie keyword

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

Syntax

  untie VARIABLE

See also