|
|
| Perl: the Markov chain saw | |
| PerlMonks |
Re: Noob could use advice on simplification & optimizationby brx (Pilgrim) |
| on May 03, 2012 at 21:06 UTC ( #968809=note: print w/ replies, xml ) | Need Help?? |
|
Nothing important to say, except bravo! :) Anyway some advice you could follow if you really insist :) (I can't test your script) use strict; use warnings; 'for' loops: try the perlish syntax
line 70 - you don't need @result:
line 136: you could use 'join':
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||