- or download this
my $num=0;
for(@taulell)
...
} @taulell;
addstr(3,1,"N = $num");
addstr(24,35,"Tecla = <$key> ");
- or download this
my $num=0;
...
} @taulell;
addstr(3,1,"N = $num");
addstr(24,35,"Tecla = <$key> ");
- or download this
addstr(3,1,"N = ". scalar map { grep { /B/ } @$_ } @taulell );