Help for this page
use Term::ReadLine; $term = new Term::ReadLine 'ProgramName'; ... next if (/not/); $term->AddHistory($_); }
Using: Term::ReadLine::Gnu prompt>a ... not b prompt>a a