<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Arial; font-size: 12pt; color: #000000'><DIV style="FONT-SIZE: 12pt; COLOR: #000000; FONT-FAMILY: Arial">
<P>No that's not correct, for Python scripts you use:</P>
<P> </P>
<P>#!/bin/python</P>
<P> </P>
<P>For Perl scripts use:</P>
<P> </P>
<P>#!/bin/perl</P>
<P> </P>
<P><BR>----- Original Message -----<BR>From: "J.C. Wren" <jcwren@jcwren.com><BR>To: "TAPR APRS Mailing List" <aprssig@tapr.org><BR>Sent: Sunday, January 18, 2009 6:58:36 PM GMT -06:00 US/Canada Central<BR>Subject: Re: [aprssig] Programming Language Advice<BR><BR>And for Python scripts, the first line should be:</P>
<DIV><BR></DIV>
<DIV>#!/bin/perl </DIV></DIV></div></body></html>