# Autosys command @job_run = `autorep -J my_job_name -w`; print "
\n";
foreach $job_line (@job_run) {
   print "'$job_line'"; }

print "
\n"; ####


Job Name                                                         Last Start           Last End             ST Run     Pri/Xit
________________________________________________________________ ____________________ ____________________ __ _______ ___
my_job_name                                        02/05/2015 03:54:02  -----                RU 70730069/1
##
##