![]() |
|
Do you know where your variables are? | |
PerlMonks |
Re: Perl calling Linux commandsby tobyink (Canon) |
on Mar 08, 2013 at 10:17 UTC ( [id://1022380]=note: print w/replies, xml ) | Need Help?? |
See chomp.
package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } say Cow->new->name
In Section
Seekers of Perl Wisdom
|
|