When i use this code in my email tpl to print the jobs, somehow some of them get chopped off. When i just log them into the log file, as shown below everything shows up. I did a view source on the e-mail generated and found that it actually did chop off(See below the code). Anyone knows why this might be happening?
<br> <br> my $tpl_log = "/tmp/prodtpl.log";<br> open (DEBUGFILE, ">$tpl_log");<br> foreach (keys %jobDesc) {<br> iwpt_output (qq{<a href="$url/iw-bin/plus_workflow_reports.cgi?job_id=$_">$_:</a>$jobDesc{$_}});<br> iwpt_output (qq{<br>});<br> print DEBUGFILE "$_: $jobDesc{$_} \n";<br> }<br> close(DEBUGFILE);<br>
61675:78777 jjjj
63961:XXXXX this a test job to test email functionality (testing/ testing/testing)
61059:78787 yuyu
61359:99999 kjkj
61711:33333 rdrd
60081:88888 judy olb content
61399:78787 koko