Help for this page

Select Code to Download


  1. or download this
    
    myfunc($query);
    ...
    
    }
    
  2. or download this
    
    my @values = map { $q->param($_) } $q->param;
    myfunc(\@values);