Help for this page

Select Code to Download


  1. or download this
    my @FILES = grep { -f } readdir (TEMP);
    foreach my $file (@FILES){
    ...
      next unless scalar @matches > 0;
      print join("\n", @matches); 
    }
    
  2. or download this
    print $matches[0], "\n";