in reply to Re^6: How many man-hours would you estimate you have invested in learning Perl?
in thread How many man-hours would you estimate you have invested in learning Perl?

The plural of the Latin penis is actually penes because it's a third declension noun. The -i plural form is for second declension nouns (which have a singular ending in -us).

Though penises would be considered the more usual English plural of the word.

package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } say Cow->new->name
  • Comment on Re^7: How many man-hours would you estimate you have invested in learning Perl?