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

print "
\n";