Beefy Boxes and Bandwidth Generously Provided by pair Networks RobOMonk
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

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

by Anonymous Monk
on Apr 27, 2012 at 17:14 UTC ( #967682=note: print w/ replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $CommandNew =   qq("C:\\Program Files (x86)\\vs.exe");
    print "Command is $CommandNew\n";
    my $ID = Proc::Background->new($CommandNew);
    
  2. or download this
    my $CommandNew =   q(C:\\Program Files (x86)\\vs.exe);
    print "Command is $CommandNew\n";
    my $ID = Proc::Background->new($CommandNew);
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others cooling their heels in the Monastery: (2)
As of 2013-05-26 06:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    The best material for plates (tableware) is:









    Results (524 votes), past polls