As might be expected, I need to reach numbers higher than 12 in order for my code to work properly. My variable is both local AND named such that I can be certain no other variable exists by that name AND I pared its use down to merely increment, print yet it does this to me... Thanks in advance for any assistance.my $onlyUse = 0; while (my @unitRow = $csr2->fetchrow) { my $unit = $unitRow[1]; unless($seen{$unit}) { $seen{$unit}++; $onlyUse++; print " $onlyUse ";next; } }
In reply to Auto-increment wraps at 12 by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |