Problem with your hash scoping:-

 my @error = @_;  my @error_loop = ();
 print header;
 foreach  (@error) {
   my %error_data;
   $error_data{ERROR_DATA} = $_;
   push(@error_loop, \%error_data);
 }



------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Html-template-users mailing list
Html-template-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to