![]() |
|
Perl Monk, Perl Meditation | |
PerlMonks |
comment on |
( #3333=superdoc: 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 reply to Re^2: Variable number of foreach loops (improving performance)
by tobyink
|
|