Perl Programming/Keywords/untie

Previous: unshift Keywords Next: until

The untie keyword

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

Syntax

  untie VARIABLE

See also

Previous: unshift Keywords Next: until
Category:Book:Perl Programming#Keywords/untie%20
Category:Book:Perl Programming