in reply to Re^3: What does the dash before hash assignment means?
in thread What does the dash before hash assignment means?

See also Re: Why is this auto-quoted?

use Moops; class Cow :rw { has name => (default => 'Ermintrude') }; say Cow->new->name
  • Comment on Re^4: What does the dash before hash assignment means?