in reply to Catch the exact command line including the quotation marks and so on
What's wrong with saving @ARGV at the start of your program? You won't get the parameters given to perl itself, but that shouldn't bother you IMO.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Catch the exact command line including the quotation marks and so on
by ww (Archbishop) on Oct 23, 2015 at 11:59 UTC | |
by Corion (Patriarch) on Oct 23, 2015 at 12:03 UTC | |
|
Re^2: Catch the exact command line including the quotation marks and so on
by CJmonk (Initiate) on Oct 23, 2015 at 20:00 UTC | |
by Your Mother (Archbishop) on Oct 23, 2015 at 20:14 UTC | |
by CJmonk (Initiate) on Oct 23, 2015 at 21:02 UTC | |
by soonix (Chancellor) on Oct 24, 2015 at 17:49 UTC |