in reply to Re^4: Perl ignore arrow object operator in search/replace (s/searchregex/replacestring/)
in thread Perl ignore arrow object operator in search/replace

I'm not sure why you think I'm correcting you... I was agreeing with you. (And confirming the bit about coderefs, and adding method calls to the list.)

use Moops; class Cow :rw { has name => (default => 'Ermintrude') }; say Cow->new->name
  • Comment on Re^5: Perl ignore arrow object operator in search/replace (s/searchregex/replacestring/)

Replies are listed 'Best First'.
Re^6: Perl ignore arrow object operator in search/replace (s/searchregex/replacestring/)
by Anonymous Monk on Feb 18, 2014 at 00:38 UTC
    Cool, although none of that really applies to the OP :)