in reply to Re: Perl Exec with Spaces
in thread Perl Exec with Spaces

I did, it executes the program, but exits the perl script without warning and most importantly without finishing the rest of my script.

Replies are listed 'Best First'.
Re^3: Perl Exec with Spaces
by ikegami (Patriarch) on Mar 11, 2009 at 19:55 UTC

    As it should.

    You can either use IPC::Open3 or launch your application via start.