|
|
| No such thing as a small change | |
| PerlMonks |
Re^2: Where were you at epoch == 0 ?by tobyink (Monsignor) |
| on Mar 01, 2013 at 13:28 UTC ( #1021258=note: print w/ replies, xml ) | Need Help?? |
|
This being a Perl-related site, obviously the COBOL one.
package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } say Cow->new->name
In Section
Past Polls
|
|
||||||||||||||||||||