Help for this page
open (INDATA, "master.job.list") or die "Couldn't read file $!\n"; while (<INDATA>) { ... } close (INDATA);
$clientname_temp = ""; foreach $line (@data) { ... $clientname_temp = $clientname; }