Help for this page
sub GetTypeName { my( $grid, $r, $c ) = @_; ... $c == 1 ? $type eq 'bool' : $type eq 'string'; }