Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
but what is the best operator to do this command line execution, I read that system(), exec() and ` ` all do it, but which one is preferable? Many Thanks in Advance!foreach $filename(@filename) { [operator] ./DynDom $filename ; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Command Terminal: system(), exec() etc query
by Corion (Patriarch) on Jan 28, 2011 at 14:37 UTC | |
|
Re: Command Terminal: system(), exec() etc query
by jethro (Monsignor) on Jan 28, 2011 at 14:43 UTC | |
|
Re: Command Terminal: system(), exec() etc query
by lyklev (Pilgrim) on Jan 28, 2011 at 15:51 UTC |