|
|
| Don't ask to ask, just ask | |
| PerlMonks |
Re^3: how to use angle operator with timeout?by tobyink (Prior) |
| on Feb 04, 2013 at 15:07 UTC ( #1016956=note: print w/ replies, xml ) | Need Help?? |
|
Works for me (on Linux).
package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } say Cow->new->name
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||