Perl Programming/Keywords/untie

Previous: unshift Keywords Next: until

The untie keyword Edit

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

Syntax Edit

  untie VARIABLE

See also Edit

Previous: unshift Keywords Next: until