in reply to How to embed a tool in my script
However, if your "tool" produces output that you want to capture and process, then you'll probably want to use backticks, eg:
Cheers,$output_from_my_precompiled_tool = `/path/to/my/tool $file`;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: How to embed a tool in my script
by angel_perl (Novice) on Feb 12, 2012 at 13:43 UTC | |
by McDarren (Abbot) on Feb 12, 2012 at 16:48 UTC | |
by angel_perl (Novice) on Feb 14, 2012 at 02:49 UTC | |
by McDarren (Abbot) on Feb 14, 2012 at 13:54 UTC | |
by angel_perl (Novice) on Feb 14, 2012 at 04:54 UTC | |
by angel_perl (Novice) on Feb 14, 2012 at 13:55 UTC |