http://www.perlmonks.org?node_id=409996

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Is there a way I can start a background process in perl?

I wanted to run two processes simultaneously hence I wanted to run one as the background process. The start command does not seem to help since I can't run another process till that is completed.

Any suggestions?