d2e2257e4d
Data::Alias is a module that allows you 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.
5 lines
262 B
Plaintext
5 lines
262 B
Plaintext
Data::Alias is a module that allows you 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.
|