Help for this page
use strict; binmode STDIN; # put STDIN in binary mode ... s/\033[^m]*m//g; # strip ansi color commands print $_; }