Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Perl
Perl Misc
What is a tied hash?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Juha Laiho, post: 4748604"] "perldoc -f tie", "perldoc tie" .... and to summarize. Tieing (tying?) lets you hide code behind something that looks like a variable. And the code may then do "anything". Commonly this would be used so that you have what you access as a hash, but behind the scenes, all changes to the hash are stored into a file (often into some kind of database format, where the db access is done based on the hash keys). It's not just hashes that can be tied, but also arrays, scalars and file handles. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Perl
Perl Misc
What is a tied hash?
Top