Embed presentation




















Tied variables allow the underlying implementation of scalars, arrays, hashes and filehandles to be customized by tying them to classes. This allows the normal Perl syntax and usage to remain the same while providing flexibility in how the data is stored and accessed behind the scenes. The tie interface hides this complexity from the user and makes the tied variables act like normal variables.


















