And for Python scripts, the first line should be:<div><br></div><div>#!/bin/perl <br><br><div class="gmail_quote">On Sun, Jan 18, 2009 at 7:43 PM, Tapio Sokura <span dir="ltr"><<a href="mailto:oh2kku@iki.fi">oh2kku@iki.fi</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Ray Wells wrote:<br>
> Thanks for all the additional replies. I think the only language I'm<br>
> proficient in at the moment is profane, after all the syntax errors from<br>
> perl :-)<br>
<br>
Two suggestions for learning and using perl: always begin your scripts<br>
with "use strict;" and "use warnings;". They force you to be a bit more<br>
disciplined when coding and warn you of things that could lead to<br>
trouble. Taint checks (-T command line parameter) are sometimes useful<br>
as well.<br>
<font color="#888888"><br>
  Tapio<br>
</font><div><div></div><div class="Wj3C7c"><br>
_______________________________________________<br>
aprssig mailing list<br>
<a href="mailto:aprssig@tapr.org">aprssig@tapr.org</a><br>
<a href="https://www.tapr.org/cgi-bin/mailman/listinfo/aprssig" target="_blank">https://www.tapr.org/cgi-bin/mailman/listinfo/aprssig</a><br>
</div></div></blockquote></div><br></div>