p5-Data-Lazy

lazy variables

WWW CVSWeb GITHub
  1. Package version
    p5-Data-Lazy-0.6p1
  2. Maintainer
    The OpenBSD ports mailing-list

A very little module for generic on-demand computation of values in a
scalar, array or hash.

It provides scalars that are "lazy", that is their value is computed
only when accessed, and at most once.