Help for this page
my @Column_Info = { [ 1024, 1067 ], # Column 1 start stop [ 1068, 1093 ], # Column 2 start stop ... [ 1208, 1233 ], # Column 6 start stop [ 1234, 1277 ], # Column 7 start stop [ 1278, 1321 ] }; # Column 8 start stop
my $StartPos = $Column_Info{$Count->[0]}; # Slot to start at my $Pos = $StartPos; # Slot to start at ... while ($Pos <= $EndPos) { if ($Pos == 1024) { <snip>
Use of uninitialized value in numeric le (<=) at ./show_library.pl lin +e 143, <IN> line 69. Use of uninitialized value in printf at ./show_library.pl line 140, <I +N> line 70.