Help for this page

Select Code to Download


  1. or download this
    foreach my $file ( grep { -f $_ } @files )
    
  2. or download this
    foreach my $file ( grep { -f "$path/$_" } @files )