|
|
| Think about Loose Coupling | |
| PerlMonks |
Re: Perl on Androidsby tobyink (Prior) |
| on Jan 26, 2013 at 03:35 UTC ( #1015458=note: print w/ replies, xml ) | Need Help?? |
|
Here is a resource for pearls on an android.
package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } say Cow->new->name
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||