|
|
|
Your skill will accomplish what the force of many cannot |
|
| PerlMonks |
Re: Cannot call my installed moduleby tobyink (Prior) |
| on Feb 23, 2013 at 23:02 UTC ( #1020357=note: print w/ replies, xml ) | Need Help?? |
|
package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } say Cow->new->name
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||