Subject: | Error in the documentation |
The example given in the documentation:
use Term::Size::Any qw( chars pixels );
($columns, $rows) = chars *STDOUT{IO};
Returns undef for both variables. calling chars() without argument works
properly.
I am running a plain ubuntu distro, Perl 5.14