Help for this page

Select Code to Download


  1. or download this
    <input type=checkbox name='date' value='$thisyear-$thismonth-$thisday'
    +>
    
  2. or download this
    $VAR1 = bless( { '.parameters' => [ 'date', 'bsubmit', 'state' ], 'use
    +_tempfile' => 1, '.charset' => 'ISO-8859-1', '.fieldnames' => {}, 'pa
    +ram' => { 'bsubmit' => [ 'Next' ], 'date' => [ '2013-05-9', '2013-05-
    +10', '2013-05-11' ], 'state' => [ 'add' ] }, 'escape' => 1 }, 'CGI' )
    +;
    
  3. or download this
    if ( $q->param('bsubmit') eq 'Next' ) {
        my $template = HTML::Template->new( filename => 'reqinfo.html', as
    +sociate => $q );
        print $template->output;       
    }
    
  4. or download this
    <TMPL_IF DATE>
        <TMPL_LOOP DATE>
    ...
    <TMPL_ELSE>
        <b>You Did Not Select Any Days!</b>
    </TMPL_IF>