Help for this page
my $cell= $row->[ 10 ]; if( $cell == 42 ) { ... }
my $cell= $row->[ 10 ]; $cell ||= 0; if( $cell == 42 ) { ... }