http://qs321.pair.com?node_id=11128561


in reply to Re: Closure Over Scalar?
in thread Closure Over Scalar?

This seems to be what use feature 'state' is made for.
Yes, state has fallen out of my lexicon from disuse. A very good point, I don't need a closure, and the assignment happens as expected!

-QM
--
Quantum Mechanics: The dreams stuff is made of

Replies are listed 'Best First'.
Re^3: Closure Over Scalar?
by BillKSmith (Monsignor) on Feb 19, 2021 at 23:27 UTC
    It is not an issue in your example, but could be in your production code. Initialization of state hash and array variables was not available before v5.28.
    Bill