Help for this page

Select Code to Download


  1. or download this
    grep {-f} map {...} @list;
    
  2. or download this
    my @files = grep {-f} map {glob "$_/*vp.o$id"} qw/ archiv/;