Help for this page
my @bintext2 = grep /$input/i, @bintext;
my @bintext2 = grep { /$input/i and length()>20 } @bintext;