start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: tie Chapter 5
Function Reference
Next: Reference: time
 

tied

tied 
variable

Returns a reference to the object underlying variable (the same value that was originally returned by the tie call which 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 which package your hash is currently tied to.


Previous: Reference: tie Perl in a Nutshell Next: Reference: time
Reference: tie Book Index Reference: time

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.