APM: Dumb program acting funny...

CaptNemo CaptNemo at Austin.rr.com
Thu Oct 19 08:23:14 PDT 2006


You guys are so smart!


I/we figured it out last night at the GWLUG meeting.

NULL values in variables are what gave the warnings.

I left the w parameter but added:

         if ($row){
                 print "$row,";
                 }
         else {
                 print ",";
                 }

and it worked fine.



Thanks for the continuing help.



One other question...

Recently for some reason when I start my programs with:

         #! /usr/bin/perl

They don't work any more (on the latest versions of Slackware (perl 5.8.x)) 
but, when I use:

         #! /usr/bin/perl -wT

...they work fine.   I say recently because on older Slackware machines, 
the first example works fine still.  Anyone have an idea why this is? 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.pm.org/pipermail/austin/attachments/20061019/4e7f08d8/attachment.html 


More information about the Austin mailing list