- or download this
print $q->header,start_html," @names $action $time $date filet = $file
+t",end_html;
- or download this
print $q->header,start_html, $sr->{action}, $sr->{time};
# etc.
- or download this
my @choice = grep /go_/, $q->param;
- or download this
my %choice = map {$_ => $q->param($_)} grep /go_/, $q->param();