Help for this page

Select Code to Download


  1. or download this
    chdir $path or die "Cannot chdir to $path: $!";
    @Files = glob('*.wav');
    
  2. or download this
    foreach my $File (@Files) {
        next unless -e $File;  # already deleted
    ...
            }
        }
    }