in reply to list two paths files into one array
if steps 1-3 get it for you, great. If not, show the working code (SSCCE) for #2 and the failing code for #3, and explain what your thought process was, and why you tried what you tried. If you cannot even get #2, post your failing code, and include the errors you are getting.
(haukex made some good glob-specific points while I was writing this, before I posted, that are likely to get you to the solution, too. TIMTOWTDI, and what I've presented is the series of steps I would take to debug the problem, if were it mine: simplify to a single directory; expand to multiple directories using the simplest perl syntax you can come up with. I'd recommend going through those steps to improve your coding and debug skills, even if haukex's suggestion works for you.)
|
|---|