in reply to Re^2: quickest way to find number of files in a directory?
in thread quickest way to find number of files in a directory?

Some people use whitespaces in paths. Try: my @files = <'$dir/*'>;
  • Comment on Re^3: quickest way to find number of files in a directory?