
Data::alias is a perl module that enables developers to apply "aliasing semantics" to a section of code, causing aliases to be made whereever perl would normally make copies instead. you can use this to improve efficiency and readability, when compared to using references.