in reply to Is it possibly to run 2 programs as 2 processes in Perl?
If you run 2 programs, by the nature of a process, you're running two processes.
If you want one Perl script/process to split itself into two separate processes, check out fork(). Otherwise please provide us with more detail as to what you're wanting to do.
|
|---|