![]() |
|
Do you know where your variables are? | |
PerlMonks |
perlfunc:untieby gods (Initiate) |
on Aug 24, 1999 at 22:41 UTC ( [id://173]=perlfunc: print w/replies, xml ) | Need Help?? |
untieSee the current Perl documentation for untie. Here is our local, out-dated (pre-5.6) version: ![]() untie - break a tie binding to a variable
![]() untie VARIABLE
![]() Breaks the binding between a variable and a package. (See tie().) |
|