Help for this page
@names = $query->param
@values = $query->param('foo'); # -OR- $value = $query->param('foo');
%params = $q->Vars;