p5-Data-Alias

comprehensive set of aliasing operations

WWW CVSWeb GITHub
  1. Package version
    p5-Data-Alias-1.28
  2. Maintainer
    The OpenBSD ports mailing-list

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.