http://www.perlmonks.org?node_id=1016526


in reply to Re^3: I usually boil water for tea using a(n) ...
in thread I usually boil water for tea using a(n) ...

Powdered citric acid can be mixed with caster sugar and bicarbonate of soda to make sherbet. (Roughly a 4/2/1 sugar/acid/soda ratio.)

package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } say Cow->new->name