February 2012
Intermediate to advanced
1184 pages
37h 17m
English
tied VARIABLEThis function returns a reference to the object underlying the
scalar, array, hash, or typeglob contained in
VARIABLE (the same value that was originally
returned by the tie call that bound
the variable to a package). It returns the undefined value if
VARIABLE isn’t tied to a package. So, for
example, you can use:
ref tied %hash
to find out to which package your hash is tied. (Presuming you’ve forgotten.)
Read now
Unlock full access