Learning Perl, 5th Edition
B.21. Tied Variables
A tied variable may be accessed like any other but it uses your own code behind the scenes. So, you could make a scalar that is really stored on a remote machine or an array that always stays sorted. See the perltie manpage. |