in reply to Re: Putting all the files in an array
in thread Putting all the files in an array

Hi eliya - if I want to get all the file extensions instead of just .h's,how can I change the above code to achieve that?

  • Comment on Re^2: Putting all the files in an array

Replies are listed 'Best First'.
Re^3: Putting all the files in an array
by Corion (Patriarch) on Mar 20, 2011 at 12:47 UTC

    Changing a program is usually done using a text editor, and the process is commonly called "programming".

    You will have to employ both, and some understanding of what actually happens in the program. I suggest you read File::Find and perlop to understand the program you have, and then come back if you have specific questions as to how a particular construct in the program works, or what change you made and why it behaves the way it does.