![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
Re^2: Variable number of foreach loops (improving performance)by tobyink (Canon) |
on Dec 11, 2013 at 11:47 UTC ( #1066608=note: print w/replies, xml ) | Need Help?? |
You'll gain a lot more speed rewriting it in XS and using the multicall interface to call $code.
use Moops; class Cow :rw { has name => (default => 'Ermintrude') }; say Cow->new->name
In Section
Seekers of Perl Wisdom
|
|