Read the terminal size with Perl

Two modules will give you the info you want:

use Term::ReadKey;
my ($cols,$rows) = GetTerminalSize();
use Term::Screen;
my $cols = cols();
my $rows = rows();

Or shell out and get it

my ($rows,$cols) = split(' ',`/bin/stty size`);


Note: Replies will be formatted with PHP Markdown Extra syntax.

Name: Email (Not Required):
 
Logged IP: 18.218.127.141
To prevent spam please submit by clicking the kitten: