P
pradeep
Hi all
use Term::ReadKey;
($wchar, $hchar, $wpixels, $hpixels) = GetTerminalSize() ;
use Term::ANSIColor ;
In my perl script these two functions, are working correctly in unix
environment, But these 2 functions gives me error when i use it in
solaris, may i know the perl function for solaris that can be used to
get the terminal size, and function for printing in color
regards
pradeep
use Term::ReadKey;
($wchar, $hchar, $wpixels, $hpixels) = GetTerminalSize() ;
use Term::ANSIColor ;
In my perl script these two functions, are working correctly in unix
environment, But these 2 functions gives me error when i use it in
solaris, may i know the perl function for solaris that can be used to
get the terminal size, and function for printing in color
regards
pradeep