Help for this page
my %Params; ... %Params = $Query->Vars; }
while (my ($key, $value) = each %Params) { my $$key = $value; }