Help for this page
my @dates=$q->param("date"); my @loop_date=(); ... } $template->param(THIS_LOOP => \@loop_data); }
<TMPL_IF THIS_LOOP> <TMPL_LOOP THIS_LOOP> ... <TMPL_ELSE> <b>You Did Not Select Any Days!</b> </TMPL_IF>