in reply to etags not working within function called by find
find({ wanted => \&tagEmacsFiles, no_chdir => 1, }, "C:/Program Files/Emacs"); sub tagEmacsFiles { system("etags -a \"$File::Find::name\"") if /\.el$/i && -f $File::Find::name; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: etags not working within function called by find
by Dirk80 (Pilgrim) on May 03, 2010 at 08:50 UTC |