Help for this page

Select Code to Download


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