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

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

I get the following message when I call fork in my code, The Unsupported function fork function is unimplemented at forktest.pl line 3. Can anyone help me in this? Following is my code,
sub test { unless(fork) { exec " " } } &test