Help for this page
my $oldfh = select STDERR; local $| = 1; select $oldfh;
my $run = "perl /webRoot/apps/startPipe.pl -f $dest_file -j $job_ ++ID -c $created -t $job_type $adv_opts"; `$run`;
exec 'perl', '/webRoot/apps/startPipe.pl', '-f', $dest_file, '-j', + $job_', '+ID', '-c', $created, '-t', $job_type, $adv_opts;