http://www.perlmonks.org?node_id=1052264


in reply to count file in directory

If you just print the filenames like print "$file\n", you will see all four files!

Replies are listed 'Best First'.
Re^2: count file in directory
by joaase (Initiate) on Sep 04, 2013 at 09:23 UTC
    Yes. Im trying this perl script in windows to a directory there. when i looking in the folder only 2 file and i have put on "show all hidden files". so question is if script add 2 extra count's? if i change folder to a folder that have 12 files and 2 directory script is show 16.
      In this post you clearly have not done what was asked of you. Downvoted for that reason.

      When the program does not give you what you expect, it is certainly not the computer which is wrong, but rather, your expectations.

      If your expectations are incorrect, it is likely due to some preconceived notion which is incorrect -- so you can't use logic to get out of the trap, since you'll continue to base your logic on that same faulty assumption.

      Instead, what you need is hard, unbiased data.

      So -- you asked for help. You were advised to add a print statement. Your response was to theorize on what the print statement might accomplish.

      . . . pause . . .

      Is there something useful you were hoping to accomplish by not following the help you were given?

      :-)

      Have you really added the line I proposed to your script? Rather than trying to find hidden files or such?