Help for this page

Select Code to Download


  1. or download this
    $SEARCH= quotemeta($SEARCH);
    
  2. or download this
    @MATCHING = grep /^$SEARCH/i, @finfo;
    
  3. or download this
    @MATCHING = grep /^$SEARCH/im, @finfo;