in reply to Re: Reading all files in a directory with one filehandle
in thread Reading all files in a directory with one filehandle

Figured out the problem. I am working on the code this is just one sample part and need modification. True we should use more modern code

  • Comment on Re^2: Reading all files in a directory with one filehandle

Replies are listed 'Best First'.
Re^3: Reading all files in a directory with one filehandle
by marto (Cardinal) on Apr 03, 2013 at 09:45 UTC

    See also readdir documentation for further explanation and examples.