in reply to proving something other than perl
This doesn't answer your question, but why not use perl for whatever the shell scripts do? Portability seems to be your main problem, and perl's made for that.
Your shell test line would be much cleaner and easier in perl. As you suggest, File::Find would be a big help, or glob might suffice.
After Compline,
Zaxo
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: proving something other than perl
by jettero (Monsignor) on Jan 24, 2007 at 18:46 UTC | |
by jfroebe (Parson) on Jan 24, 2007 at 19:09 UTC |