http://www.perlmonks.org?node_id=1030898


in reply to Re^2: poll ideas quest 2013 (continents)
in thread poll ideas quest 2013

Because the North Pole is just a big icecube. The Antarctic has land: lots of it; more than Australia; more than Europe.

package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } say Cow->new->name
  • Comment on Re^3: poll ideas quest 2013 (continents)