Subject: | Add ability to perform "escaping" at runtime |
The feature I see as missing is the ability to perform the "escaping" at runtime. This would allow runtime use of Getopt::Long::GetOptions, for example.
This could be added in backwards compatible way using something like the following:
use ARGV::readonly qw( argv_readonly );
...
argv_readonly();
...