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


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

Clearly the only good reason to boil water is to calibrate your thermometer, allowing a more accurate measurement of 95°C.

(This should only be attempted by correctly trained personnel wearing appropriate clothing for the handling of such hazardous materials.)

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