Help for this page

Select Code to Download


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