Help for this page

Select Code to Download


  1. or download this
    my @files = grep {/_*_.txt/}  readdir DIR;
    
  2. or download this
    my @files = grep {/\.txt$/}  readdir DIR;