When I put the -w switch on I get this error:
Use of uninitialized value in concatenation (.) at 
/var/www/cgi-bin/ticket.cgi line 71:

on this line:
print "$trd Driver ID:</td><td>$columns[19] -- $drvname</td></tr>";

Can anyone point out my mistake?
It still runs but fills up my error_log
and I do have the variables initialized before the loop:
my $trd = "<tr><td bgcolor=white align=right>";
my $drvname;
my @columns;


--
Scott Taylor
Systems Administrator
DCT Chambers Trucking Ltd.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to