App-Bin4TSV
view release on metacpan or search on metacpan
scripts/colpairs view on Meta::CPAN
}
sub showing3 ( ) {
my $cols = @{ $pf } ;
@heads = ( 1 .. $cols ) unless @heads ; #defined $cols
my @diag = map { scalar keys %{ $pf -> [$_][$_]}} 0 .. $cols -1 ;
# åºå表ã®è¡¨é
my @out = ( ( BOLD 'undec' ) , map { UNDERLINE $_ } 1 .. $cols ) ;
push @out , UNDERLINE YELLOW 'col_' . ($o{'='} ? 'name' : 'num') ;
push @out , UNDERLINE('value_not_determining_other_column_value') if 0.9 < ($o{v}//'1') ;
say join "\t" , @out ;
# åºå表ã®åè¡
my $cell ; # $cell -> [] []
for my $i ( 0 .. $cols - 1 ) {
my @out = () ;
push @out , ($i+1) . ':' ;
# å·¦ä¸
my @o2 ;
( run in 0.277 second using v1.01-cache-2.11-cpan-4d4bc49f3ae )