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="Tad McClellan, post: 4748602"] A regular hash does only regular things when it is accessed, a tied hash allows you to do whatever you want each time it is accessed (eg: read/write values in a disk file instead of in RAM). Then your first step should be to read the applicable docs: perldoc -f tie perldoc perltie No. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Perl
Perl Misc
What is a tied hash?
Top