dharanivasan has asked for the wisdom of the Perl Monks concerning the following question:
code of foo.pl file :use strict; use warnings; print "Before background process start \n"; system("foo.pl","&"); #system("foo.pl & "); print "After background process start ";
use strict; use warnings; sleep(100);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: system function behaviour
by lakshmananindia (Chaplain) on Apr 04, 2009 at 06:35 UTC | |
by Anonymous Monk on Apr 04, 2009 at 06:41 UTC | |
|
Re: system function behaviour
by shmem (Chancellor) on Apr 04, 2009 at 12:33 UTC | |
|
Re: system function behaviour
by nagalenoj (Friar) on Apr 04, 2009 at 06:38 UTC |