if ($wantSar){ print $query->h3("Please select the sar options you would like to anayze or plot for $client:"), $query->start_form(-action => "firedates.cgi", -enctype => "application/x-www-form-urlencoded", -method => "post"), $query->p, $query->checkbox_group(-name=>'avmetrics', -values=> [ sort keys %metaAndOptions ], -labels=> \%metaAndOptions, -columns=> 1), $query->p, $query->submit(-name=>'Continue'), $query->reset(-name=>'Clear'), $query->hr; } else { #They don't want sar options, so bring them to the dates screen print $query->start_form(-action => "firedates.cgi", -enctype => "application/x-www-form-urlencoded", -method => "post"); } }