Your question is very ambiguous, but my interpretation of what you are asking for is to be able to start a new command line program from within your perl script asynchronously. If that is the case, then something like this would work.
system 'start cmd /k theProgram arg1 arg2';
In reply to Re: Executing a Dos command
by BrowserUk
in thread Executing a Dos command
by jcc2007
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |