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


in reply to Re^5: Given When Syntax
in thread Given When Syntax

I think any improvements - even a ten-fold speed-up - to a sub that can be run 1.5 million times a second counts as a micro-optimization. ;-)

use Moops; class Cow :rw { has name => (default => 'Ermintrude') }; say Cow->new->name