Beefy Boxes and Bandwidth Generously Provided by pair Networks Ovid
No such thing as a small change
 
PerlMonks  

Re^3: Proc::Background does not take file path with spaces

by temporal (Pilgrim)
on Apr 27, 2012 at 14:41 UTC ( #967653=note: print w/ replies, xml ) Need Help??


in reply to Re^2: Proc::Background does not take file path with spaces
in thread Proc::Background does not take file path with spaces

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; } }


Comment on Re^3: Proc::Background does not take file path with spaces
Download Code

Log In?
Username:
Password:

What's my password?
Create A New User
Node Status?
node history
Node Type: note [id://967653]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others surveying the Monastery: (9)
As of 2013-05-24 12:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    The best material for plates (tableware) is:









    Results (506 votes), past polls