in reply to Re: Would you stay with Perl if there were no CPAN?
in thread Would you stay with Perl if there were no CPAN?

... or to put it another way, Esperanto may be a saner language than English, but it ain't got no Shakespeare.

package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } say Cow->new->name
  • Comment on Re^2: Would you stay with Perl if there were no CPAN?