<html>
<body>
<font face="Arial, Helvetica">RECAP:<br>
One other question...<br><br>
Recently for some reason when I start my programs with:<br><br>
</font><font face="Courier, Courier"><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>#!
/usr/bin/perl<br><br>
</font><font face="Arial, Helvetica">They don't work any more (on the
latest versions of Slackware (perl 5.8.x)) but, when I use:<br><br>
</font><font face="Courier, Courier"><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>#!
/usr/bin/perl -wT<br><br>
</font><font face="Arial, Helvetica">...they work fine.&nbsp;&nbsp; I say
recently because on older Slackware machines, the first example works
fine still.&nbsp; Anyone have an idea why this is?<br><br>
<br>
Here's the behavior-<br><br>
When I use<br><br>
</font><font face="Courier, Courier"><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>#!
/usr/bin/perl -wT<br><br>
</font><font face="Arial, Helvetica"><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>...it
works fine.<br><br>
&nbsp;When I use<br><br>
</font><font face="Courier, Courier"><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>#!
/usr/bin/perl<br><br>
</font><font face="Arial, Helvetica"><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>...bash
returns:<br><br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab></font><font face="Courier, Courier">&quot;:
No such file or directory<br><br>
</font><font face="Arial, Helvetica">...and does not execute the
program.<br><br>
What is going on???</font></body>
</html>