Currently i am using the following to get allthe header files in the cwd,this only gives the filenames,how can I change it to get the absolute paths of the header instead of just the file names?
find(sub { push @headers, "$_\n" if -f && /\.h$/ && !$seen{$_}++; }, ".");
In reply to How to get absolute header paths by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |