Corion is correct, this is the way to do it. I usually write a quick sub that will process command line arguments for me:
sub argify { while (my $aref = shift) { @$aref = map "/"$_/"", @$aref; } }
In reply to Re^3: Proc::Background does not take file path with spaces
by temporal
in thread Proc::Background does not take file path with spaces
by dinasour
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |