Help for this page
use Term::ANSIColor; use Term::ReadLine; ... print $OUT color('reset'); $term->addhistory($_) if /\S/; }