in reply to Automatic vivification of an object

It sounds like you might want Data::Thunk.

  • Comment on Re: Automatic vivification of an object

Replies are listed 'Best First'.
Re^2: Automatic vivification of an object
by bounsy (Acolyte) on Jan 15, 2015 at 17:07 UTC

    That looks like it would work for me... if it was available. :-(

    The problem is that I need either use a module that is already available (mostly core modules plus a few other standard modules) or I need to use a pure Perl implementation due to environmental constraints (which include the lack of any compilers on any servers other than the servers used for building new software). From the documentation, it looks like Data::Thunk uses XS.