<html>
<body>
<font face="Arial, Helvetica">You guys are so smart!<br><br>
<br>
I/we figured it out last night at the GWLUG meeting.<br><br>
NULL values in variables are what gave the warnings.<br><br>
I left the w parameter but added:<br><br>
</font><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>if
($row){<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>print
&quot;$row,&quot;;<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>}<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>else
{<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>print
&quot;,&quot;;<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>}<br><br>
<font face="Arial, Helvetica">and it worked fine.<br><br>
<br><br>
Thanks for the continuing help.<br><br>
<br><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?</font></body>
</html>