Help for this page
$SEARCH= quotemeta($SEARCH);
@MATCHING = grep /^$SEARCH/i, @finfo;
@MATCHING = grep /^$SEARCH/im, @finfo;