Help for this page

Select Code to Download


  1. or download this
      my $wildcard = File::Spec->catfile(File::Spec->rootdir(),
                                 qw(apps inst2 metrica),
    ...
      while (<$wildcard>) {
        print;
      }
    
  2. or download this
      for (glob $wildcard) {