![]() |
|
Perl Monk, Perl Meditation | |
PerlMonks |
Re^3: Hash element exists/deleteby tobyink (Canon) |
on Jan 22, 2013 at 10:23 UTC ( #1014620=note: print w/replies, xml ) | Need Help?? |
Only warns in more complex conditionals...
... I'm not sure of the exact set of circumstances that triggers it.
package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } say Cow->new->name
In Section
Seekers of Perl Wisdom
|
|