<div><br><div class="gmail_quote">On 11 November 2010 22:55, Sam Watkins <span dir="ltr">&lt;<a href="mailto:sam@nipl.net">sam@nipl.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">&gt; Ahh, good point - the signals may be happening in some other scope.<br>
<br>
</div>$| depend on scope, it&#39;s a global.  &#39;local&#39; allows to temporarily change a<br>
global variable, until the &#39;local&#39; block exits.  I suppose your &#39;local&#39; block<br>
hasn&#39;t exited yet when the signal handler is called, so it shouldn&#39;t make any<br>
difference if you use local or not.<br>
<br>
It&#39;s going to be hard^Wimpossible to get very high scores in perl unless you<br>
use a perl native code compiler or something.  You just don&#39;t have the same<br>
computation capabilities.  Well-written C can be hundreds of times faster, and<br>
there&#39;s barely anything that can be done to speed up the perl code.  But good<br>
luck anyway, maybe with a brilliant algorithm can get in the top 100!<br></blockquote><div> </div>complete and utter hogwash.<div><br></div><div>The algorithm is the important part, not the programming language.</div><div>
<br></div></div><div>Mathew Robertson</div></div><div><br></div>