in reply to Re^3: How to escape white space in command line arguments
in thread How to escape white space in command line arguments

Nobody but the O/S should set @ARGV.
Oh, really? So, shift is broken? Getopt::Long is very naughty, and doesn't get Christmas presents?

And the OS doesn't even populate @ARGV. It's perl that does that - and it's not always a full copy of argv.

Besides, this is Perl. Perl will do whatever I want.

  • Comment on Re^4: How to escape white space in command line arguments