|
|
| Don't ask to ask, just ask | |
| PerlMonks |
Re^3: Install updated version of script such that running instances cannot use an inconsistent stateby tobyink (Prior) |
| on Jan 28, 2013 at 21:34 UTC ( #1015763=note: print w/ replies, xml ) | Need Help?? |
|
True, but I'd generally expect it to have at least finished compiling.
package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } say Cow->new->name
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||