Help for this page

Select Code to Download


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