Help for this page

Select Code to Download


  1. or download this
      my @job_autorep= split /\s+/, `autorep -j $job_name | grep "$job_nam
    +e"`;
    
  2. or download this
      my @job_autorep = map { split /\s+/ } grep /$jobname/, split /\n/, `
    +autorep -j $job_name`;