search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
6 lines
306 B
Text
6 lines
306 B
Text
Data::Alias is a module that allows you to apply "aliasing semantics"
|
|
to a section of code, causing aliases to be made wherever Perl would
|
|
normally make copies instead. You can use this to improve efficiency
|
|
and readability, when compared to using references.
|
|
|
|
WWW: https://metacpan.org/release/Data-Alias
|