in reply to Re: HTML::Template frustrated...
in thread HTML::Template frustrated...
thank you! This works exactly like I wanted to :) This is the part which helped me a lot:
$customer_domain_data{SCHEDULE_ROWS} = \@schedule_rows_loop; push (@customer_domain_loop, \%customer_domain_data);
|
|---|