Wow, embarrassing I missed that? At any rate thanks for all the quick
replies.




On Thu, Apr 8, 2010 at 5:30 PM, Lyle <webmas...@cosmicperl.com> wrote:

> 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);
>  }
>
>
>


-- 
To argue with a person who has renounced the use of reason is like
administering medicine to the dead.

Thomas Paine
------------------------------------------------------------------------------
Download Intel&#174; 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