in reply to How to escape white space in command line arguments
my @args = ("C:/Program Files/Perl Express/sample.txt", "some hash"); system($^X, "/path/to/the/script", @args);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to escape white space in command line arguments
by GoForIt (Novice) on Apr 13, 2010 at 13:12 UTC |