in reply to Re^2: Catch the exact command line including the quotation marks and so on
in thread Catch the exact command line including the quotation marks and so on
I don’t think so. You’re doing something else somewhere. And why the die? Might cloud order of ouput depending on what you do with the script.
moo@cow~>perl ab -help -m "double quote goes here" 'single quote goes +here' ab -help -m double quote goes here single quote goes here Died at ab line 3. __END__ This is perl 5, version 18, subversion 2 (v5.18.2) built for darwin-2l +evel
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Catch the exact command line including the quotation marks and so on
by CJmonk (Initiate) on Oct 23, 2015 at 21:02 UTC | |
by soonix (Chancellor) on Oct 24, 2015 at 17:49 UTC |