my $program = $ARGV[0]; $program =~ s/ /\\ /g; my $proc1 = Proc::Background->new("$program");