Help for this page
#child print "This is child $$\n"; ... open STDOUT, '> /pathlogs/mylog.log'; my $command='sh /path/process.sh'; exec($command);
#child print "This is child $$\n"; ... open STDOUT, '> /pathlogs/mylog.log'; my $script='/soft/perl-version/bin/perl /path/process.pl'; exec($script);