2012-07-07 20:07:25 +02:00
|
|
|
Data::Alias provides a comprehensive set of aliasing operations.
|
2008-07-23 01:52:21 +02:00
|
|
|
|
2012-07-07 20:07:25 +02:00
|
|
|
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.
|