Perl Programming/Keywords/untie
Appearance
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
Previous: unshift | Keywords | Next: until |
untie breaks the binding that has been created between an variable and a package (see tie).
untie VARIABLE
Previous: unshift | Keywords | Next: until |