Help for this page

Select Code to Download


  1. or download this
    my @file_list = glob "./mypath/CHECK*.txt";
  2. or download this
    my @file_list = grep {! /_.*_/} glob "./mypath/CHECK*.txt";