in reply to Using File::Find
What's wrong with using 'glob'?
you probably want to use a 'foreach' with 'keys' and maybe 'sort' to do something with the hash!perl -E '%h=glob("*hp.txt");say join("\n",%h);'
But that's an easy way to work with your current directory.
Good Luck...Ed
"Well done is better than well said." - Benjamin Franklin
|
|---|