Help for this page

Select Code to Download


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